We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3379884 + f9ecb7a commit 59efc7cCopy full SHA for 59efc7c
2 files changed
src/WebLib/WebLib.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<TargetFramework>net8.0</TargetFramework>
5
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
6
-
+ <IsPackable>false</IsPackable>
7
</PropertyGroup>
8
9
<ItemGroup>
src/cloudscribe.Web.Localization/GlobalResourceOptions.cs
@@ -1,9 +1,4 @@
1
-using System;
2
-using System.Collections.Generic;
-using System.Linq;
-using System.Threading.Tasks;
-namespace Microsoft.Extensions.Localization
+namespace Microsoft.Extensions.Localization
{
public class GlobalResourceOptions
0 commit comments