Skip to content

Commit 59efc7c

Browse files
authored
Merge pull request #24 from cloudscribe/develop
Develop
2 parents 3379884 + f9ecb7a commit 59efc7c

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

src/WebLib/WebLib.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
55
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
6-
6+
<IsPackable>false</IsPackable>
77
</PropertyGroup>
88

99
<ItemGroup>

src/cloudscribe.Web.Localization/GlobalResourceOptions.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Threading.Tasks;
5-
6-
namespace Microsoft.Extensions.Localization
1+
namespace Microsoft.Extensions.Localization
72
{
83
public class GlobalResourceOptions
94
{

0 commit comments

Comments
 (0)