Re-add nerdbank while we setup the azure pipeline... (#255)

This commit is contained in:
Brendan Burns
2019-03-12 15:18:39 -07:00
committed by Kubernetes Prow Robot
parent 9bdaf132d4
commit 7e907d7c6f
2 changed files with 9 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="1.1.2" />
<PackageReference Include="Nerdbank.GitVersioning" Version="2.2.33" PrivateAssets="all" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.1.3" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="1.1.2" />
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.10" />
@@ -47,4 +48,4 @@
<Reference Include="System.Runtime.Serialization" />
</ItemGroup>
<Import Project="$(MSBuildSDKExtrasTargets)" Condition="Exists('$(MSBuildSDKExtrasTargets)')" />
</Project>
</Project>

7
version.json Normal file
View File

@@ -0,0 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.4",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
],
}