Skip to content

Commit e9b1be0

Browse files
Tom BrewerTom Brewer
authored andcommitted
Update platform dep for web assets
1 parent 4cbcc43 commit e9b1be0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Mythetech.Components/Mythetech.Components.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
<Nullable>enable</Nullable>
77
<Company>Mythetech</Company>
88
<GenerateDocumentationFile>True</GenerateDocumentationFile>
9-
10-
<!-- NuGet Package Metadata -->
119
<PackageId>Mythetech.Components</PackageId>
12-
<Version>1.0.0</Version>
10+
<Version>0.0.1</Version>
1311
<Authors>Mythetech</Authors>
1412
<Description>Base component library for Mythetech applications</Description>
1513
<PackageTags>blazor;components;ui</PackageTags>
@@ -22,6 +20,10 @@
2220
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
2321
</PropertyGroup>
2422

23+
<ItemGroup>
24+
<SupportedPlatform Include="browser" />
25+
</ItemGroup>
26+
2527
<ItemGroup>
2628
<PackageReference Include="Microsoft.AspNetCore.Components" Version="9.0.4" />
2729
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.4" />

0 commit comments

Comments
 (0)