We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61179f3 commit bd917f6Copy full SHA for bd917f6
eng/tools/RepoTasks/RepoTasks.csproj
@@ -12,7 +12,7 @@
12
</PropertyGroup>
13
14
<ItemGroup>
15
- <PackageReference Include="NuGet.Build.Tasks" Version="5.3.0-rtm.6192" />
+ <PackageReference Include="NuGet.Build.Tasks" Version="5.3.0" />
16
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="2.1.0" />
17
</ItemGroup>
18
global.json
@@ -1,9 +1,9 @@
1
{
2
"sdk": {
3
- "version": "5.0.100-alpha1-014696"
+ "version": "5.0.100-alpha1-015536"
4
},
5
"tools": {
6
- "dotnet": "5.0.100-alpha1-014696",
+ "dotnet": "5.0.100-alpha1-015536",
7
"runtimes": {
8
"dotnet/x64": [
9
"$(MicrosoftNETCoreAppRuntimeVersion)"
0 commit comments