Skip to content

Commit

Permalink
dotnet6
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed Jan 17, 2025
1 parent 0c55afb commit 45e51a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Setup Additional Languages (.Net)
uses: actions/setup-dotnet@v4
with:
dotnet-version: '5'
dotnet-version: '6'

# - name: Setup Additional Languages (golang)
# uses: actions/setup-go@v3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net5</TargetFrameworks>
<TargetFrameworks>net6</TargetFrameworks>
<IsPackable>false</IsPackable>
<LangVersion>7.2</LangVersion>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion serde-generate/tests/csharp_runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fn make_test_project(
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net5</TargetFrameworks>
<TargetFrameworks>net6</TargetFrameworks>
<IsPackable>false</IsPackable>
<LangVersion>7.2</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit 45e51a6

Please sign in to comment.