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 99168f5 commit f9ec419Copy full SHA for f9ec419
exercises/practice/state-of-tic-tac-toe/StateOfTicTacToe.csproj
@@ -1,11 +1,12 @@
1
- <Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFramework>net9.0</TargetFramework>
4
<ImplicitUsings>enable</ImplicitUsings>
5
<IsPackable>false</IsPackable>
6
<Nullable>enable</Nullable>
7
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
8
</PropertyGroup>
9
+
10
<ItemGroup>
11
<Using Include="Xunit" />
12
</ItemGroup>
0 commit comments