We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d0237 commit db0cc00Copy full SHA for db0cc00
src/Directory.Build.props
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project>
3
<PropertyGroup>
4
- <NoWarn>CS1591;CS0649</NoWarn>
+ <NoWarn>CS1591;CS0649;NU1608;NU1109</NoWarn>
5
<Version>4.3.4</Version>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<LangVersion>preview</LangVersion>
src/global.json
@@ -1,6 +1,6 @@
-{
+{
"sdk": {
- "version": "9.0.202",
+ "version": "9.0.203",
"allowPrerelease": true,
"rollForward": "latestFeature"
}
0 commit comments