2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
<OutputPath >$(MSBuildThisFileDirectory)../bin/$(MSBuildProjectName)/$(Configuration)/</OutputPath >
20
20
<PackageOutputPath >$(MSBuildThisFileDirectory)../bin/Packages/$(Configuration)/</PackageOutputPath >
21
21
<IsTestingOnlyProject >$(MSBuildProjectName.Contains('Test'))</IsTestingOnlyProject >
22
- <RoslynNugetVersion >3.0 .0</RoslynNugetVersion >
22
+ <RoslynNugetVersion >3.1 .0</RoslynNugetVersion >
23
23
</PropertyGroup >
24
24
25
25
<PropertyGroup Condition =" !$(IsTestingOnlyProject) " >
36
36
37
37
<ItemGroup >
38
38
<PackageReference Include =" Nerdbank.GitVersioning" Version =" 2.3.38" PrivateAssets =" all" />
39
- <PackageReference Include =" StyleCop.Analyzers" Version =" 1.1.1-beta.61 " IncludeAssets =" analyzers" PrivateAssets =" all" />
39
+ <PackageReference Include =" StyleCop.Analyzers" Version =" 1.1.118 " IncludeAssets =" analyzers" PrivateAssets =" all" />
40
40
</ItemGroup >
41
41
42
42
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3
- "version" : " 0.5 " ,
3
+ "version" : " 0.6 " ,
4
4
"publicReleaseRefSpec" : [
5
5
" ^refs/heads/master$" , // we release out of master
6
6
" ^refs/tags/v\\ d\\ .\\ d" // we also release tags starting with vN.N
0 commit comments