File tree Expand file tree Collapse file tree 5 files changed +17
-14
lines changed
src/Content/NetCoreTool.Template.WebApi/CSharp Expand file tree Collapse file tree 5 files changed +17
-14
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ $ dotnet new install Steeltoe.NetCoreTool.Templates
2424### From .NET Foundation (staging)
2525
2626```
27- $ dotnet nuget add source https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json -n SteeltoeDev
27+ $ dotnet nuget add source https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json -n Steeltoe-ci
2828$ dotnet new install Steeltoe.NetCoreTool.Templates
2929```
3030
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2424 }
2525 },
2626 {
27- "id" : " 4.0.*-* " ,
27+ "id" : " 4.0.*" ,
2828 "name" : {
29- "text" : " Steeltoe 4.0 (pre-release) "
29+ "text" : " Steeltoe 4.0"
3030 }
3131 },
3232 {
3636 }
3737 }
3838 ],
39- "defaultValue" : " 4.0.*-* "
39+ "defaultValue" : " 4.0.*"
4040 },
4141 {
4242 "id" : " DescriptionOption" ,
Original file line number Diff line number Diff line change 115115 "description" : " The Steeltoe version to use." ,
116116 "type" : " parameter" ,
117117 "datatype" : " string" ,
118- "defaultValue" : " 4.0.*-* " ,
118+ "defaultValue" : " 4.0.*" ,
119119 "replaces" : " $(SteeltoeVersionInCLI)"
120120 },
121121 "IsSteeltoeV3InCLI" : {
153153 "choice" : " 3.2.*"
154154 },
155155 {
156- "choice" : " 4.0.*-* "
156+ "choice" : " 4.0.*"
157157 },
158158 {
159159 "choice" : " 4.*-main-*"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
33 <packageSources >
4- <add key =" SteeltoeDev" value =" https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
5- <add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
4+ <clear />
5+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
6+ <add key =" Steeltoe-ci" value =" https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
67 </packageSources >
8+ <packageSourceMapping >
9+ <packageSource key =" nuget.org" >
10+ <package pattern =" *" />
11+ </packageSource >
12+ <packageSource key =" Steeltoe-ci" >
13+ <package pattern =" Steeltoe.*" />
14+ </packageSource >
15+ </packageSourceMapping >
716</configuration >
You can’t perform that action at this time.
0 commit comments