Skip to content

Commit

Permalink
[master] Update SDK (dotnet#16753)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennanConroy authored Nov 1, 2019
1 parent 61179f3 commit bd917f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng/tools/RepoTasks/RepoTasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -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)"
Expand Down

0 comments on commit bd917f6

Please sign in to comment.