Skip to content

Commit 113e07d

Browse files
committed
Update .net version to .net 6 in pipeline and tests project
1 parent 1ee492e commit 113e07d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 3.1.301
18+
dotnet-version: 6.0.100
1919
- name: Install dependencies
2020
run: dotnet restore
2121
- name: Build

dotnet-json.Tests/dotnet-json.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55
<RootNamespace>dotnet_json.Tests</RootNamespace>
66
<IsPackable>false</IsPackable>
77
<IsPublishable>false</IsPublishable>

0 commit comments

Comments
 (0)