Brennan 6 лет назад
Родитель
Сommit
bd917f690d
2 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      eng/tools/RepoTasks/RepoTasks.csproj
  2. 2 2
      global.json

+ 1 - 1
eng/tools/RepoTasks/RepoTasks.csproj

@@ -12,7 +12,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="NuGet.Build.Tasks" Version="5.3.0-rtm.6192" />
+    <PackageReference Include="NuGet.Build.Tasks" Version="5.3.0" />
     <PackageReference Include="Microsoft.Extensions.DependencyModel" Version="2.1.0" />
   </ItemGroup>
 

+ 2 - 2
global.json

@@ -1,9 +1,9 @@
 {
   "sdk": {
-    "version": "5.0.100-alpha1-014696"
+    "version": "5.0.100-alpha1-015536"
   },
   "tools": {
-    "dotnet": "5.0.100-alpha1-014696",
+    "dotnet": "5.0.100-alpha1-015536",
     "runtimes": {
       "dotnet/x64": [
         "$(MicrosoftNETCoreAppRuntimeVersion)"