Skip to content

Commit 0ea6607

Browse files
Update dependency Microsoft.Windows.CsWin32 to 0.3.183 (#1167)
* Update dependency Microsoft.Windows.CsWin32 to 0.3.183 * Fix build break --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andrew Arnott <[email protected]>
1 parent 937fdac commit 0ea6607

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageVersion Include="Microsoft.Build" Version="$(MSBuildPackageVersion)" />
2525
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" />
2626
<PackageVersion Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" />
27-
<PackageVersion Include="Microsoft.Windows.CsWin32" Version="0.2.206-beta" />
27+
<PackageVersion Include="Microsoft.Windows.CsWin32" Version="0.3.183" />
2828
<PackageVersion Include="Nerdbank.GitVersioning.LKG" Version="3.4.173-alpha" />
2929
<PackageVersion Include="Newtonsoft.Json.Schema" Version="4.0.1" />
3030
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />

src/NerdBank.GitVersioning/Nerdbank.GitVersioning.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<PackageId>Nerdbank.GitVersioning.Core</PackageId>
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
99
<RootNamespace>Nerdbank.GitVersioning</RootNamespace>
10+
<PolySharpExcludeGeneratedTypes>System.Runtime.CompilerServices.OverloadResolutionPriorityAttribute</PolySharpExcludeGeneratedTypes>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<PackageReference Include="DotNetMDDocs" PrivateAssets="all" Condition=" '$(GenerateMarkdownApiDocs)' == 'true' " />

0 commit comments

Comments
 (0)