Skip to content

Commit

Permalink
Try fixing installing the right dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
flostadler committed Jan 21, 2025
1 parent 2af4417 commit e3fb2a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ env:
GOVERSION: 1.21.x
NODEVERSION: 20.x
PYTHONVERSION: "3.11"
DOTNETVERSION: |
6.0.x
3.1.301
DOTNETVERSION: "6.0.x\n3.1.301"
JAVAVERSION: "11"
AWS_REGION: us-west-2
PULUMI_API: https://api.pulumi-staging.io
Expand Down
1 change: 1 addition & 0 deletions examples/role-cs/role-cs.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<LangVersion>11</LangVersion>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit e3fb2a2

Please sign in to comment.