Skip to content

Commit

Permalink
update to 9.0.100-preview.7.24407.12 (#2786)
Browse files Browse the repository at this point in the history
* update to 9.0.100-preview.7.24407.12

* add <NoWarn>$(NoWarn);SYSLIB0057</NoWarn>

* add to common props

* a few more updates
  • Loading branch information
jennyf19 authored Aug 21, 2024
1 parent 2f4f9e6 commit 7c7d1c1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup .NET 9.0.x
uses: actions/[email protected]
with:
dotnet-version: 9.0.100-preview.4.24267.66
dotnet-version: 9.0.100-preview.7.24407.12

- name: Run the tests
run: dotnet test Wilson.sln
Expand Down
1 change: 1 addition & 0 deletions build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<PropertyGroup>
<NoWarn>$(NoWarn);SYSLIB0050</NoWarn>
<NoWarn>$(NoWarn);SYSLIB0051</NoWarn>
<NoWarn>$(NoWarn);SYSLIB0057</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions build/commonTest.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<NoWarn>$(NoWarn);SYSLIB0050</NoWarn>
<NoWarn>$(NoWarn);SYSLIB0051</NoWarn>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<NoWarn>$(NoWarn);SYSLIB0057</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

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

Expand Down

0 comments on commit 7c7d1c1

Please sign in to comment.