Skip to content

Commit

Permalink
dotnet5
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed Jan 17, 2025
1 parent 86858e4 commit 4d59abc
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: '3.1.x'
dotnet-version: '5'

- 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>netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net5</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>netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net5</TargetFrameworks>
<IsPackable>false</IsPackable>
<LangVersion>7.2</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit 4d59abc

Please sign in to comment.