Skip to content

Commit 8a103db

Browse files
committed
v1.0.0
1 parent 325fa09 commit 8a103db

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/LumexUI/LumexUI.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PropertyGroup>
1010
<Title>LumexUI</Title>
1111
<Description>🚀 A versatile Blazor UI library built using Tailwind CSS.</Description>
12-
<Version>1.0.0-preview.4</Version>
12+
<Version>1.0.0</Version>
1313
<Authors>desmondinho</Authors>
1414
<PackageId>LumexUI</PackageId>
1515
<!--<PackageIcon>logo.png</PackageIcon>-->
@@ -51,10 +51,7 @@
5151
</ItemGroup>
5252

5353
<ItemGroup>
54-
<ProjectReference Include="..\LumexUI.Utilities\LumexUI.Utilities.csproj">
55-
<PrivateAssets>all</PrivateAssets>
56-
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
57-
</ProjectReference>
54+
<ProjectReference Include="..\LumexUI.Utilities\LumexUI.Utilities.csproj" PrivateAssets="all" />
5855
</ItemGroup>
5956

6057
<!-- Add utilities to the build output -->

0 commit comments

Comments
 (0)