We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee492e commit 113e07dCopy full SHA for 113e07d
.github/workflows/dotnet-core.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup .NET Core
16
uses: actions/setup-dotnet@v1
17
with:
18
- dotnet-version: 3.1.301
+ dotnet-version: 6.0.100
19
- name: Install dependencies
20
run: dotnet restore
21
- name: Build
dotnet-json.Tests/dotnet-json.Tests.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>netcoreapp3.1</TargetFramework>
+ <TargetFramework>net6.0</TargetFramework>
5
<RootNamespace>dotnet_json.Tests</RootNamespace>
6
<IsPackable>false</IsPackable>
7
<IsPublishable>false</IsPublishable>
0 commit comments