diff --git a/build/VSIX.targets b/build/VSIX.targets index 687fd72b24..558570b7bb 100644 --- a/build/VSIX.targets +++ b/build/VSIX.targets @@ -40,7 +40,7 @@ full - + diff --git a/build/dependencies.props b/build/dependencies.props index cf3681c3c2..2ffa03acd5 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -5,21 +5,20 @@ - 2.1.3-rtm-15802 + 2.1.3-rtm-15833 2.1.1 2.1.0 2.1.1 2.1.1 2.1.1 - 2.0.0 2.1.2 - 15.6.1 + 15.9.0 2.0.3 4.5.1 4.5.0 9.0.1 - 2.3.1 - 2.4.0-beta.1.build3945 + 2.4.0 + 2.4.0 diff --git a/build/repo.props b/build/repo.props index 129e1465c8..571c6712c0 100644 --- a/build/repo.props +++ b/build/repo.props @@ -2,15 +2,13 @@ - - Internal.AspNetCore.Universe.Lineup - 2.1.0-rc1-* + 2.1.0-* https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json diff --git a/korebuild-lock.txt b/korebuild-lock.txt index 1dfc352a0a..04cce2fca7 100644 --- a/korebuild-lock.txt +++ b/korebuild-lock.txt @@ -1,2 +1,2 @@ -version:2.1.3-rtm-15802 -commithash:a7c08b45b440a7d2058a0aa1eaa3eb6ba811976a +version:2.1.3-rtm-15833 +commithash:42bee65743476deedda53948fa3e84a0ac4c0360 diff --git a/src/dotnet-dev-certs/dotnet-dev-certs.csproj b/src/dotnet-dev-certs/dotnet-dev-certs.csproj index 024cc705d2..59dc5b5eab 100644 --- a/src/dotnet-dev-certs/dotnet-dev-certs.csproj +++ b/src/dotnet-dev-certs/dotnet-dev-certs.csproj @@ -1,6 +1,4 @@ - - - + netcoreapp2.1 @@ -9,9 +7,8 @@ Microsoft.AspNetCore.DeveloperCertificates.Tools dotnet;developercertificates true - - true + win-x64;win-x86 diff --git a/src/dotnet-sql-cache/dotnet-sql-cache.csproj b/src/dotnet-sql-cache/dotnet-sql-cache.csproj index ad1105f2b8..da0ce30a21 100644 --- a/src/dotnet-sql-cache/dotnet-sql-cache.csproj +++ b/src/dotnet-sql-cache/dotnet-sql-cache.csproj @@ -1,6 +1,4 @@ - - - + netcoreapp2.1 @@ -8,9 +6,8 @@ Command line tool to create tables and indexes in a Microsoft SQL Server database for distributed caching. cache;distributedcache;sqlserver true - - true + win-x64;win-x86 diff --git a/src/dotnet-user-secrets/dotnet-user-secrets.csproj b/src/dotnet-user-secrets/dotnet-user-secrets.csproj index f431447a01..6624e89809 100644 --- a/src/dotnet-user-secrets/dotnet-user-secrets.csproj +++ b/src/dotnet-user-secrets/dotnet-user-secrets.csproj @@ -1,6 +1,4 @@ - - - + netcoreapp2.1 @@ -10,9 +8,8 @@ Microsoft.Extensions.SecretManager.Tools configuration;secrets;usersecrets true - - true + win-x64;win-x86 diff --git a/src/dotnet-watch/dotnet-watch.csproj b/src/dotnet-watch/dotnet-watch.csproj index f20ea3ebc5..fa2f617f41 100644 --- a/src/dotnet-watch/dotnet-watch.csproj +++ b/src/dotnet-watch/dotnet-watch.csproj @@ -1,6 +1,4 @@ - - - + netcoreapp2.1 @@ -9,9 +7,8 @@ Microsoft.DotNet.Watcher.Tools dotnet;watch true - - true + win-x64;win-x86