Update to newer SDK

This commit is contained in:
wtgodbe 2019-09-19 13:12:27 -07:00
parent c74e9efd0e
commit 72d44b4f9f
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -90,7 +90,7 @@ namespace Templates.Test.Helpers
/*
* The templates are indexed by path, for example:
&USERPROFILE%\.templateengine\dotnetcli\v5.0.100-alpha1-013788\packages\nunit3.dotnetnew.template.1.6.1.nupkg
&USERPROFILE%\.templateengine\dotnetcli\v5.0.100-alpha1-014696\packages\nunit3.dotnetnew.template.1.6.1.nupkg
Templates:
NUnit 3 Test Project (nunit) C#
NUnit 3 Test Item (nunit-test) C#
@ -99,7 +99,7 @@ namespace Templates.Test.Helpers
NUnit 3 Test Project (nunit) VB
NUnit 3 Test Item (nunit-test) VB
Uninstall Command:
dotnet new -u &USERPROFILE%\.templateengine\dotnetcli\v5.0.100-alpha1-013788\packages\nunit3.dotnetnew.template.1.6.1.nupkg
dotnet new -u &USERPROFILE%\.templateengine\dotnetcli\v5.0.100-alpha1-014696\packages\nunit3.dotnetnew.template.1.6.1.nupkg
* We don't want to construct this path so we'll rely on dotnet new --uninstall --help to construct the uninstall command.
*/