Skip to content

Commit 5aae3a3

Browse files
committed
Reverse bumping msbuild and suppress nuget audit
1 parent 5c9d47c commit 5aae3a3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Directory.Build.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Project>
22
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
3-
<MsbVer>17.8.43</MsbVer>
3+
<MsbVer>17.8.3</MsbVer>
44
<CscVer>4.8.0-3.final</CscVer>
55
<ExtsVer>8.0.0</ExtsVer>
66
<LncdCaVer>8.1.2496</LncdCaVer>
77
</PropertyGroup>
88
<PropertyGroup Condition="'$(TargetFramework)' == 'net9.0'">
9-
<MsbVer>17.12.50</MsbVer>
9+
<MsbVer>17.12.6</MsbVer>
1010
<CscVer>4.12.0-3.final</CscVer>
1111
<ExtsVer>9.0.0</ExtsVer>
1212
<LncdCaVer>8.1.2496</LncdCaVer>

src/LeanCode.ContractsGenerator/LeanCode.ContractsGenerator.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<ItemGroup>
1414
<!-- We don't actually ship affected versions, instead the versions from .NET SDK are used. -->
1515
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-h4j7-5rxr-p4wc" />
16+
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-w3q9-fxm7-j8fq" />
1617
</ItemGroup>
1718
<ItemGroup>
1819
<Protobuf Include="../../contracts.proto" GrpcServices="None" />

0 commit comments

Comments
 (0)