This repository was archived by the owner on Dec 12, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 <OutputPath >$(MSBuildThisFileDirectory)../bin/$(MSBuildProjectName)/$(Configuration)/</OutputPath >
2020 <PackageOutputPath >$(MSBuildThisFileDirectory)../bin/Packages/$(Configuration)/</PackageOutputPath >
2121 <IsTestingOnlyProject >$(MSBuildProjectName.Contains('Test'))</IsTestingOnlyProject >
22- <RoslynNugetVersion >3.0 .0</RoslynNugetVersion >
22+ <RoslynNugetVersion >3.1 .0</RoslynNugetVersion >
2323 </PropertyGroup >
2424
2525 <PropertyGroup Condition =" !$(IsTestingOnlyProject) " >
3636
3737 <ItemGroup >
3838 <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" />
4040 </ItemGroup >
4141
4242 <ItemGroup >
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3- "version" : " 0.5 " ,
3+ "version" : " 0.6 " ,
44 "publicReleaseRefSpec" : [
55 " ^refs/heads/master$" , // we release out of master
66 " ^refs/tags/v\\ d\\ .\\ d" // we also release tags starting with vN.N
You can’t perform that action at this time.
0 commit comments