Skip to content

Commit 69e584b

Browse files
authored
Merge pull request #1 from talenfisher/patch-1
Allow Running on Newer Framework Versions
2 parents 7def7ec + 75be0a9 commit 69e584b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet-json/dotnet-json.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp3.1</TargetFramework>
66
<RootNamespace>dotnet_json</RootNamespace>
7+
<RollForward>LatestMajor</RollForward>
78

89
<LangVersion>8.0</LangVersion>
910
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)