|
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | 4 | <RootNamespace>ProjectFilter</RootNamespace> |
| 5 | + <OutputType>Exe</OutputType> |
5 | 6 | <IsPackable>false</IsPackable> |
6 | 7 | </PropertyGroup> |
7 | 8 |
|
8 | 9 | <ItemGroup> |
9 | | - <PackageReference Include="Community.VisualStudio.Toolkit.17" Version="17.0.533" /> |
10 | | - <PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0"> |
| 10 | + <PackageReference Include="Community.VisualStudio.Toolkit.17" /> |
| 11 | + <PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers"> |
11 | 12 | <PrivateAssets>all</PrivateAssets> |
12 | 13 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
13 | 14 | </PackageReference> |
14 | | - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" /> |
15 | | - <PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.0.32112.339" /> |
16 | | - <PackageReference Include="Microsoft.VisualStudio.Sdk.TestFramework" Version="17.2.7" /> |
17 | | - <PackageReference Include="Microsoft.VisualStudio.Sdk.TestFramework.Xunit" Version="17.2.7" /> |
18 | | - <PackageReference Include="NSubstitute" Version="5.3.0" /> |
19 | | - <PackageReference Include="xunit" Version="2.6.3" /> |
20 | | - <PackageReference Include="xunit.runner.visualstudio" Version="2.5.5"> |
| 15 | + <PackageReference Include="Microsoft.NET.Test.Sdk" /> |
| 16 | + <PackageReference Include="Microsoft.VisualStudio.SDK" /> |
| 17 | + <PackageReference Include="Microsoft.VisualStudio.Sdk.TestFramework.Xunit.v3" /> |
| 18 | + <PackageReference Include="NSubstitute" /> |
| 19 | + <PackageReference Include="xunit.runner.visualstudio"> |
21 | 20 | <PrivateAssets>all</PrivateAssets> |
22 | 21 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
23 | 22 | </PackageReference> |
24 | | - <PackageReference Include="Xunit.StaFact" Version="1.1.11" /> |
| 23 | + <PackageReference Include="Xunit.StaFact" /> |
| 24 | + <PackageReference Include="xunit.v3" /> |
25 | 25 | </ItemGroup> |
26 | 26 |
|
27 | 27 | <ItemGroup> |
|
0 commit comments