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 6a97392 commit 16cabdbCopy full SHA for 16cabdb
docs/samples/tests/Directory.Build.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
- <TargetFrameworks>net8.0;net9.0</TargetFrameworks>
+ <TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
4
<IsPackable>false</IsPackable>
5
<SonarQubeTestProject>true</SonarQubeTestProject>
6
tests/bunit.generators.tests/bunit.generators.tests.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<RootNamespace>Bunit</RootNamespace>
<AssemblyName>Bunit.Generator.Tests</AssemblyName>
7
<ImplicitUsings>true</ImplicitUsings>
0 commit comments