File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
ReqnrollFormatters/ReqnrollFormatters.Standard Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net8.0</TargetFramework >
8
8
9
9
<ItemGroup >
10
10
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
11
+
11
12
<PackageReference Include =" Reqnroll.MsTest" Version =" 3.0.0-local" />
12
13
<PackageReference Include =" MSTest.TestAdapter" Version =" 3.9.3" />
13
14
<PackageReference Include =" MSTest.TestFramework" Version =" 3.9.3" />
15
+
16
+ <!-- <PackageReference Include="Reqnroll.NUnit" Version="3.0.0-local" />
17
+ <PackageReference Include="nunit" Version="4.3.2" />
18
+ <PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />-->
19
+
20
+ <!-- <PackageReference Include="Reqnroll.xUnit" Version="3.0.0-local" />
21
+ <PackageReference Include="xunit" Version="2.9.3" />
22
+ <PackageReference Include="xunit.runner.visualstudio" Version="3.1.3">
23
+ <PrivateAssets>all</PrivateAssets>
24
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
25
+ </PackageReference>-->
14
26
</ItemGroup >
15
27
16
28
<ItemGroup >
You can’t perform that action at this time.
0 commit comments