File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!--
3
+ DO NOT REMOVE THIS FILE
4
+ There is an issue where the nuget config local cache can play up.
5
+ Already had similar issues with the local cache and it containing netcore 3.1 packages.
6
+ https://github.com/actions/virtual-environments/issues/1090
7
+ -->
8
+ <configuration >
9
+ <packageSources >
10
+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" protocolVersion =" 3" />
11
+ </packageSources >
12
+ </configuration >
Original file line number Diff line number Diff line change 30
30
</ItemGroup >
31
31
32
32
<ItemGroup >
33
- <PackageReference Include =" Nerdbank.GitVersioning" Version =" 3.3.37 " PrivateAssets =" all" />
33
+ <PackageReference Include =" Nerdbank.GitVersioning" Version =" 3.4.194 " PrivateAssets =" all" />
34
34
</ItemGroup >
35
35
36
36
<ItemGroup Condition =" '$(IsTestProject)' != 'true'" >
You can’t perform that action at this time.
0 commit comments