Skip to content

Commit e72eef1

Browse files
build(deps): bump Nerdbank.GitVersioning from 3.3.37 to 3.4.194 in /src (#249)
* build(deps): bump Nerdbank.GitVersioning from 3.3.37 to 3.4.194 in /src Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.3.37 to 3.4.194. - [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases) - [Commits](dotnet/Nerdbank.GitVersioning@v3.3.37...v3.4.194) Signed-off-by: dependabot[bot] <[email protected]> * Create nuget.config Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Artyom V. Gorchakov <[email protected]>
1 parent c8ca610 commit e72eef1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

nuget.config

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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>

src/Directory.build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</ItemGroup>
3131

3232
<ItemGroup>
33-
<PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="all" />
33+
<PackageReference Include="Nerdbank.GitVersioning" Version="3.4.194" PrivateAssets="all" />
3434
</ItemGroup>
3535

3636
<ItemGroup Condition="'$(IsTestProject)' != 'true'">

0 commit comments

Comments
 (0)