Update to newer SDK
This commit is contained in:
parent
c74e9efd0e
commit
72d44b4f9f
|
|
@ -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)"
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue