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 3be18e9 commit 79c9024Copy full SHA for 79c9024
Parse.Tests/Parse.Tests.csproj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <TargetFramework>netstandard2.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
4
<IsPackable>false</IsPackable>
5
<LangVersion>latest</LangVersion>
6
</PropertyGroup>
Parse/Parse.csproj
@@ -1,7 +1,7 @@
<DocumentationFile>bin\Release\net8.0\Parse.xml</DocumentationFile>
<Version>4.0.0</Version>
7
0 commit comments