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 325fa09 commit 8a103dbCopy full SHA for 8a103db
src/LumexUI/LumexUI.csproj
@@ -9,7 +9,7 @@
9
<PropertyGroup>
10
<Title>LumexUI</Title>
11
<Description>🚀 A versatile Blazor UI library built using Tailwind CSS.</Description>
12
- <Version>1.0.0-preview.4</Version>
+ <Version>1.0.0</Version>
13
<Authors>desmondinho</Authors>
14
<PackageId>LumexUI</PackageId>
15
<!--<PackageIcon>logo.png</PackageIcon>-->
@@ -51,10 +51,7 @@
51
</ItemGroup>
52
53
<ItemGroup>
54
- <ProjectReference Include="..\LumexUI.Utilities\LumexUI.Utilities.csproj">
55
- <PrivateAssets>all</PrivateAssets>
56
- <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
57
- </ProjectReference>
+ <ProjectReference Include="..\LumexUI.Utilities\LumexUI.Utilities.csproj" PrivateAssets="all" />
58
59
60
<!-- Add utilities to the build output -->
0 commit comments