Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6ec181e

Browse filesBrowse files
committed
Disable warnings about out-of-support versions of .NET Core
1 parent 6d1bc07 commit 6ec181e
Copy full SHA for 6ec181e

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎src/Directory.Build.props

Copy file name to clipboardExpand all lines: src/Directory.Build.props
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
1919
<LangVersion>10.0</LangVersion>
2020
<MSBuildCopyContentTransitively>false</MSBuildCopyContentTransitively>
21-
<NoWarn>$(NoWarn);NU1603;NU5128;NU5131;CS0436;CS1701</NoWarn>
21+
<NoWarn>$(NoWarn);NU1603;NU1903;NU5128;NU5131;CS0436;CS1701</NoWarn>
2222
<PackageId>$(MSBuildProjectName)</PackageId>
2323
<RootNamespace>Xunit</RootNamespace>
2424
<SignAssembly>true</SignAssembly>

‎test/Directory.Build.props

Copy file name to clipboardExpand all lines: test/Directory.Build.props
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
1212
<LangVersion>10.0</LangVersion>
1313
<MSBuildCopyContentTransitively>false</MSBuildCopyContentTransitively>
14-
<NoWarn>$(NoWarn);NU1603;CS1701;MSB3277</NoWarn>
14+
<NoWarn>$(NoWarn);NU1603;NU1903;CS1701;MSB3277</NoWarn>
1515
<PackageId>$(MSBuildProjectName)</PackageId>
1616
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
1717
<WarningsAsErrors>true</WarningsAsErrors>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.