File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6
6
<!-- common packages -->
7
7
<PackageVersion Include =" LibGit2Sharp" Version =" 0.30.0" />
8
8
<PackageVersion Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.4" />
9
+ <PackageVersion Include =" Microsoft.CodeAnalysis.Common" Version =" 4.9.2" />
9
10
<PackageVersion Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.9.2" />
10
11
<PackageVersion Include =" Microsoft.CodeAnalysis.PublicApiAnalyzers" Version =" 3.3.4" />
11
12
<PackageVersion Include =" Microsoft.CSharp" Version =" 4.7.0" />
15
16
<PackageVersion Include =" Roslynator.Analyzers" Version =" 4.12.3" />
16
17
<PackageVersion Include =" Roslynator.Formatting.Analyzers" Version =" 4.12.3" />
17
18
<!-- specific packages -->
18
- <PackageVersion Include =" Buildalyzer" Version =" 6 .0.4 " />
19
+ <PackageVersion Include =" Buildalyzer" Version =" 7 .0.1 " />
19
20
<PackageVersion Include =" JsonSchema.Net.Generation" Version =" 4.3.0.2" />
20
21
<PackageVersion Include =" JunitXml.TestLogger" Version =" 3.1.12" />
21
22
<PackageVersion Include =" MSBuild.ProjectCreation" Version =" 12.0.1" />
Original file line number Diff line number Diff line change 6
6
<PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" />
7
7
<PackageReference Include =" Microsoft.Build" />
8
8
<PackageReference Include =" Microsoft.Build.Utilities.Core" />
9
+ <PackageReference Include =" Microsoft.CodeAnalysis.Common" />
9
10
<PackageReference Include =" Microsoft.Extensions.DependencyInjection" />
10
11
<PackageReference Include =" MSBuild.ProjectCreation" />
11
12
</ItemGroup >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public MsBuildExeFixtureResult Execute()
46
46
{
47
47
foreach ( var ( key , value ) in this . environmentVariables )
48
48
{
49
- analyzer . SetEnvironmentVariable ( key , value ) ;
49
+ analyzer . SetEnvironmentVariable ( key , value ! ) ;
50
50
}
51
51
}
52
52
You can’t perform that action at this time.
0 commit comments