Skip to content

Commit ce39a4a

Browse files
Update IntelliTect.TestTools.Console.Tests.csproj
1 parent ff0a301 commit ce39a4a

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="utf-16"?>
2+
<Project Sdk="Microsoft.NET.Sdk">
3+
<PropertyGroup>
4+
<TargetFramework>net9.0</TargetFramework>
5+
6+
<ProductName>IntelliTect.TestTools.Console.Tests</ProductName>
7+
</PropertyGroup>
8+
9+
<ItemGroup>
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
11+
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
12+
<PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
13+
</ItemGroup>
14+
<ItemGroup>
15+
<ProjectReference Include="..\IntelliTect.TestTools.Console\IntelliTect.TestTools.Console.csproj" />
16+
</ItemGroup>
17+
18+
<ItemGroup>
19+
<Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
20+
</ItemGroup>
21+
22+
</Project>

0 commit comments

Comments
 (0)