Skip to content

Commit

Permalink
upgrade to dotnet-sdk 6.0.302 (includes dotnet 6.0.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Jul 23, 2022
1 parent 9d5080b commit 3e5259c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/windows/provision-tools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ choco install -y netfx-4.8-devpack

# install the .net development tools.
# see https://community.chocolatey.org/packages/dotnet-sdk
choco install -y dotnet-sdk --version 6.0.300 # dotnet 6.0.5
choco install -y dotnet-sdk --version 6.0.302 # dotnet 6.0.7

# install the go development tools.
# see https://community.chocolatey.org/packages/go
Expand Down

0 comments on commit 3e5259c

Please sign in to comment.