Skip to content

Commit

Permalink
changed dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppeingoglia committed Sep 12, 2024
1 parent b0fb755 commit c33c31b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'
dotnet-version: '9.0.100-rc.1.24452.12'

# Step 3: Restore .NET dependencies
- name: Restore .NET dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/MySampleDotNetApp/MySampleDotNetApp.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<AssemblyName>MySampleApp.Api</AssemblyName>
<RootNamespace>MySampleApp.Api</RootNamespace>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit c33c31b

Please sign in to comment.