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 c62af26 commit 81e3a26Copy full SHA for 81e3a26
src/Sample/Sample.csproj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <TargetFramework>net9.0</TargetFramework>
+ <TargetFramework>net10.0</TargetFramework>
4
<OutputType>Exe</OutputType>
5
<LangVersion>7.1</LangVersion>
6
</PropertyGroup>
src/Tests/Tests.csproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RootNamespace>testing</RootNamespace>
7
<ItemGroup>
0 commit comments