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 748b7e1 commit d322526Copy full SHA for d322526
docs/samples/components/bunit.docs.samples.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk.Razor">
2
3
<PropertyGroup>
4
- <TargetFramework>net8.0;net.9.0</TargetFramework>
+ <TargetFrameworks>net8.0;net9.0</TargetFrameworks>
5
<RootNamespace>Bunit.Docs.Samples</RootNamespace>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<NoWarn>CA1014,NU5104</NoWarn>
0 commit comments