Skip to content

Commit f9ec419

Browse files
Another
1 parent 99168f5 commit f9ec419

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/practice/state-of-tic-tac-toe/StateOfTicTacToe.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net9.0</TargetFramework>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<IsPackable>false</IsPackable>
66
<Nullable>enable</Nullable>
77
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
88
</PropertyGroup>
9+
910
<ItemGroup>
1011
<Using Include="Xunit" />
1112
</ItemGroup>

0 commit comments

Comments
 (0)