File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 66 <!-- common packages -->
77 <PackageVersion Include =" LibGit2Sharp" Version =" 0.30.0" />
88 <PackageVersion Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.4" />
9+ <PackageVersion Include =" Microsoft.CodeAnalysis.Common" Version =" 4.9.2" />
910 <PackageVersion Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.9.2" />
1011 <PackageVersion Include =" Microsoft.CodeAnalysis.PublicApiAnalyzers" Version =" 3.3.4" />
1112 <PackageVersion Include =" Microsoft.CSharp" Version =" 4.7.0" />
1516 <PackageVersion Include =" Roslynator.Analyzers" Version =" 4.12.3" />
1617 <PackageVersion Include =" Roslynator.Formatting.Analyzers" Version =" 4.12.3" />
1718 <!-- specific packages -->
18- <PackageVersion Include =" Buildalyzer" Version =" 6 .0.4 " />
19+ <PackageVersion Include =" Buildalyzer" Version =" 7 .0.1 " />
1920 <PackageVersion Include =" JsonSchema.Net.Generation" Version =" 4.3.0.2" />
2021 <PackageVersion Include =" JunitXml.TestLogger" Version =" 3.1.12" />
2122 <PackageVersion Include =" MSBuild.ProjectCreation" Version =" 12.0.1" />
Original file line number Diff line number Diff line change 66 <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" />
77 <PackageReference Include =" Microsoft.Build" />
88 <PackageReference Include =" Microsoft.Build.Utilities.Core" />
9+ <PackageReference Include =" Microsoft.CodeAnalysis.Common" />
910 <PackageReference Include =" Microsoft.Extensions.DependencyInjection" />
1011 <PackageReference Include =" MSBuild.ProjectCreation" />
1112 </ItemGroup >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public MsBuildExeFixtureResult Execute()
4646 {
4747 foreach ( var ( key , value ) in this . environmentVariables )
4848 {
49- analyzer . SetEnvironmentVariable ( key , value ) ;
49+ analyzer . SetEnvironmentVariable ( key , value ! ) ;
5050 }
5151 }
5252
You can’t perform that action at this time.
0 commit comments