We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0a301 commit ce39a4aCopy full SHA for ce39a4a
1 file changed
IntelliTect.TestTools.Console.Tests/IntelliTect.TestTools.Console.Tests.csproj
@@ -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
15
+ <ProjectReference Include="..\IntelliTect.TestTools.Console\IntelliTect.TestTools.Console.csproj" />
16
17
18
19
+ <Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
20
21
22
+</Project>
0 commit comments