Skip to content

Commit 7b2dba2

Browse files
testing bump
1 parent bbc2ddf commit 7b2dba2

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

Directory.Packages.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<GlobalPackageReference Include="Rocket.Surgery.MSBuild.GitVersion" Version="1.3.0-beta.2" />
1010
<GlobalPackageReference Include="Rocket.Surgery.MSBuild.SourceLink" Version="1.3.0-beta.2" />
1111
<GlobalPackageReference Include="Rocket.Surgery.MyAssembly" Version="1.3.0-beta.2" />
12-
<GlobalPackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="5.3.0-2.final" />
12+
<GlobalPackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="4.14.0" />
1313
<GlobalPackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.12.0-beta1.25218.8" />
1414
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.103" />
1515
<GlobalPackageReference Include="Roslynator.Analyzers" Version="4.15.0" />
@@ -35,11 +35,11 @@
3535
<PackageVersion Include="ReportGenerator" Version="5.5.2" />
3636
<PackageVersion Include="Rocket.Surgery.Nuke" Version="2.9.12" />
3737
<PackageVersion Include="NuGet.ProjectModel" Version="7.3.0" />
38-
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.3.0-2.final" />
39-
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.3.0-2.final" />
40-
<PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="5.3.0-2.final" />
41-
<PackageVersion Include="Microsoft.CodeAnalysis.Features" Version="5.3.0-2.final" />
42-
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="5.3.0-2.final" />
38+
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" />
39+
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.0.0" />
40+
<PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="5.0.0" />
41+
<PackageVersion Include="Microsoft.CodeAnalysis.Features" Version="5.0.0" />
42+
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="5.0.0" />
4343
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="10.0.3" />
4444
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="10.0.3" />
4545
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="10.0.3" />

global.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@
33
"rollForward": "latestMinor",
44
"allowPrerelease": true,
55
"version": "10.0.103"
6-
},
7-
"test": {
8-
"runner": "Microsoft.Testing.Platform"
96
}
107
}

0 commit comments

Comments
 (0)