File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Machine.Specifications.Analyzers.Tests
Machine.Specifications.Analyzers Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >net8.0</TargetFramework >
5+ <OutputType >Exe</OutputType >
56 <ImplicitUsings >enable</ImplicitUsings >
67 <Nullable >enable</Nullable >
78 <LangVersion >latest</LangVersion >
9+ <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
810 <IsPackable >false</IsPackable >
911 </PropertyGroup >
1012
1315 </ItemGroup >
1416
1517 <ItemGroup >
18+ <PackageReference Include =" Microsoft.CodeAnalysis" Version =" 4.12.0" />
1619 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Analyzer.Testing" Version =" 1.1.2" />
1720 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.CodeFix.Testing" Version =" 1.1.2" />
18- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
19- <PackageReference Include =" xunit" Version =" 2.9.2" />
20- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.0" >
21- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
22- <PrivateAssets >all</PrivateAssets >
23- </PackageReference >
21+ <PackageReference Include =" xunit.v3" Version =" 1.0.0" />
2422 </ItemGroup >
2523
2624 <ItemGroup >
Original file line number Diff line number Diff line change 55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <LangVersion >latest</LangVersion >
8+ <IncludeBuildOutput >false</IncludeBuildOutput >
89 <DevelopmentDependency >true</DevelopmentDependency >
910 <EnforceExtendedAnalyzerRules >true</EnforceExtendedAnalyzerRules >
1011 <TargetsForTfmSpecificContentInPackage >$(TargetsForTfmSpecificContentInPackage);PackageItems</TargetsForTfmSpecificContentInPackage >
You can’t perform that action at this time.
0 commit comments