Update build tools to 2.0.5-rtm-10014 and update the SQLite repo
This commit is contained in:
parent
326c02e415
commit
cefe2aa65d
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
<!-- .NET Core patch feed -->
|
||||
<PropertyGroup>
|
||||
<DotNetCorePatchFeed Condition="'$(DotNetCorePatchFeed)' == ''">https://dotnet.myget.org/F/dotnet-core/api/v3/index.json</DotNetCorePatchFeed>
|
||||
<DotNetCorePatchFeed Condition="'$(DotNetCorePatchFeed)' == ''">https://api.nuget.org/v3/index.json</DotNetCorePatchFeed>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
@ -249,6 +249,10 @@
|
|||
<VariableName>NETStandardImplicitPackageVersion</VariableName>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
</ExternalDependency>
|
||||
<ExternalDependency Include="NETStandard.Library" Version="2.0.1" Source="$(DefaultNuGetFeed)">
|
||||
<NoWarn>KRB2004</NoWarn>
|
||||
<VariableName>NETStandardLibrary20PackageVersion</VariableName>
|
||||
</ExternalDependency>
|
||||
<ExternalDependency Include="NETStandard.Library" Version="2.0.1" Source="$(DefaultNuGetFeed)">
|
||||
<!-- We have a dependency on NS.Library from the .NET Framework tfm in aspnet/EventNotification. -->
|
||||
<NoWarn>KRB2004</NoWarn>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
version:2.0.3-rtm-10011
|
||||
commithash:b75a467db3f6523402512f93f904f4b4f0452a0c
|
||||
version:2.0.5-rtm-10014
|
||||
commithash:768d13aef913e058dfa3bc7bafca48bc93c7e0ab
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit b38e822b335f30fa986277b1a38f09a2e7490db5
|
||||
Subproject commit 97523ce8522d1c7d129ef187ea15fc85d86b99d4
|
||||
Loading…
Reference in New Issue