File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 5
5
<add key =" dotnet-eng" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
6
6
<add key =" dotnet-tools" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
7
7
<add key =" dotnet-public" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
8
- <add key =" nuget" value =" https://api.nuget.org/v3/index.json" />
9
- <add key =" CoreWCF_Dev" value =" https://pkgs.dev.azure.com/dotnet/CoreWCF/_packaging/CoreWCF/nuget/v3/index.json" />
10
8
</packageSources >
11
9
<disabledPackageSources />
12
10
</configuration >
Original file line number Diff line number Diff line change 19
19
20
20
<Target Name =" InstallDotNet" >
21
21
<ItemGroup >
22
- <AdditionalDotNetPackage Include =" 8.0.5 " >
22
+ <AdditionalDotNetPackage Include =" 8.0.8 " >
23
23
<PackageType >aspnetcore-runtime</PackageType >
24
24
<Channel >Current</Channel >
25
25
</AdditionalDotNetPackage >
You can’t perform that action at this time.
0 commit comments