Skip to content

Commit 7c7d1c1

Browse files
authored
update to 9.0.100-preview.7.24407.12 (#2786)
* update to 9.0.100-preview.7.24407.12 * add <NoWarn>$(NoWarn);SYSLIB0057</NoWarn> * add to common props * a few more updates
1 parent 2f4f9e6 commit 7c7d1c1

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup .NET 9.0.x
4040
uses: actions/[email protected]
4141
with:
42-
dotnet-version: 9.0.100-preview.4.24267.66
42+
dotnet-version: 9.0.100-preview.7.24407.12
4343

4444
- name: Run the tests
4545
run: dotnet test Wilson.sln

build/common.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<PropertyGroup>
4646
<NoWarn>$(NoWarn);SYSLIB0050</NoWarn>
4747
<NoWarn>$(NoWarn);SYSLIB0051</NoWarn>
48+
<NoWarn>$(NoWarn);SYSLIB0057</NoWarn>
4849
</PropertyGroup>
4950

5051
<ItemGroup>

build/commonTest.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<NoWarn>$(NoWarn);SYSLIB0050</NoWarn>
3030
<NoWarn>$(NoWarn);SYSLIB0051</NoWarn>
3131
<NoWarn>$(NoWarn);CS1591</NoWarn>
32+
<NoWarn>$(NoWarn);SYSLIB0057</NoWarn>
3233
</PropertyGroup>
3334

3435
<ItemGroup>

test/Microsoft.IdentityModel.Protocols.WsFederation.Tests/Microsoft.IdentityModel.Protocols.WsFederation.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="..\..\build\commonTest.props" />
44

0 commit comments

Comments
 (0)