File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
CSharpIsNullAnalyzer.CodeFixes
test/CSharpIsNullAnalyzer.Tests Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2626 <EmbedUntrackedSources >true</EmbedUntrackedSources >
2727 <IncludeSymbols Condition =" '$(DebugType)' != 'embedded' " >true</IncludeSymbols >
2828 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
29+
30+ <TargetRoslynVersion >3.7.0</TargetRoslynVersion >
2931 </PropertyGroup >
3032
3133 <ItemGroup >
Original file line number Diff line number Diff line change 2222 </ItemGroup >
2323
2424 <ItemGroup >
25- <PackageReference Include =" Microsoft.CodeAnalysis" Version =" 3.11.0 " />
25+ <PackageReference Include =" Microsoft.CodeAnalysis" Version =" $(TargetRoslynVersion) " />
2626 <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.2" PrivateAssets =" all" />
2727 </ItemGroup >
2828
Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 3.11.0 " PrivateAssets =" all" />
8+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" $(TargetRoslynVersion) " PrivateAssets =" all" />
99 <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.2" PrivateAssets =" all" />
1010 </ItemGroup >
1111
Original file line number Diff line number Diff line change 1212 <ItemGroup >
1313 <PackageReference Include =" coverlet.msbuild" Version =" 3.1.0" />
1414 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version =" 1.1.0" />
15- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" version =" 3.11.0 " />
15+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" version =" $(TargetRoslynVersion) " />
1616 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.11.0" />
1717 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" />
1818 <PackageReference Include =" xunit" Version =" 2.4.1" />
You can’t perform that action at this time.
0 commit comments