Use latest LTS packages

This commit is contained in:
Nate McMaster 2017-02-16 13:46:11 -08:00 committed by GitHub
parent 3c22b86a95
commit ec7df544ed
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="AspNetCore-Patch" value="https://dotnet.myget.org/F/aspnet-1-0-4-patch/api/v3/index.json" />
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-release/api/v3/index.json" />
<add key="AspNetCoreTools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />

View File

@ -6,7 +6,6 @@ branches:
- release
- dev
- /^(.*\/)?ci-.*$/
- /^feature\//
build_script:
- build.cmd --quiet verify
clone_depth: 1

View File

@ -22,6 +22,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.App" Version="1.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="1.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="1.0.2" />
</ItemGroup>
</Project>