Skip to content

Commit 8e652af

Browse files
committed
Update to PInvoke.Kernel32
1 parent 9d7e624 commit 8e652af

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/NerdBank.GitVersioning/NerdBank.GitVersioning.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="Validation" Version="2.5.5-beta" />
1818
<PackageReference Include="Nerdbank.GitVersioning.LKG" Version="3.3.37.1" />
1919
<PackageReference Include="System.Text.Json" Version="4.7.2" />
20-
<PackageReference Include="PInvoke.Kernel32" Version="0.7.82" />
20+
<PackageReference Include="PInvoke.Kernel32" Version="0.7.104" />
2121
</ItemGroup>
2222
<ItemGroup>
2323
<Compile Include="..\Shared\**\*.cs" LinkBase="Shared" />

src/nuget.config

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<config>
44
<add key="repositorypath" value="packages" />
@@ -7,7 +7,5 @@
77
<clear />
88
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
99
<add key="Consumption" value="https://pkgs.dev.azure.com/andrewarnott/OSS/_packaging/Consumption/nuget/v3/index.json" protocolVersion="3" />
10-
<!-- We can drop this as soon as PInvoke.Kernel32 version 0.7.82 or higher is available on NuGet -->
11-
<add key="PublicCI" value="https://pkgs.dev.azure.com/andrewarnott/OSS/_packaging/PublicCI/nuget/v3/index.json" protocolVersion="3" />
1210
</packageSources>
1311
</configuration>

0 commit comments

Comments
 (0)