You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- NuGet licenseUrl and PackageIconUrl/iconUrl deprecation. -->
8
-
<NoWarn>NU5125;NU5048;CS7035</NoWarn> <!-- TODO: addition of CS7035 (version format doesn't follow convention) is a temporary workaround during 1ES migration -->
7
+
<NoWarn>NU5125;CS7035</NoWarn> <!-- TODO: addition of CS7035 (version format doesn't follow convention) is a temporary workaround during 1ES migration -->
<!--NuGet licenseUrl and PackageIconUrl/iconUrl deprecation. -->
18
-
<NoWarn>NU5125;NU5048;CS7035</NoWarn> <!-- TODO: addition of CS7035 (version format doesn't follow convention) is a temporary workaround during 1ES migration -->
16
+
<NoWarn>NU5125;CS7035</NoWarn> <!-- TODO: addition of CS7035 (version format doesn't follow convention) is a temporary workaround during 1ES migration -->
Copy file name to clipboardExpand all lines: src/DurableTask.Core/DurableTask.Core.csproj
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@
4
4
<PropertyGroup>
5
5
<TargetFramework>netstandard2.0</TargetFramework>
6
6
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7
-
<!--NuGet licenseUrl and PackageIconUrl/iconUrl deprecation. -->
8
-
<NoWarn>NU5125;NU5048;CS7035</NoWarn> <!-- TODO: addition of CS7035 (version format doesn't follow convention) is a temporary workaround during 1ES migration -->
7
+
<NoWarn>NU5125;CS7035</NoWarn> <!-- TODO: addition of CS7035 (version format doesn't follow convention) is a temporary workaround during 1ES migration -->
0 commit comments