Skip to content

Commit

Permalink
fix: Remove incorrect UnoRuntimeIdentifier value
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Jan 8, 2023
1 parent e1ecbcd commit 116ab96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 0 additions & 2 deletions src/Uno.Foundation.Logging/Uno.Foundation.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<Deterministic>true</Deterministic>

<UnoRuntimeIdentifier>WebAssembly</UnoRuntimeIdentifier>

<UseCommonOverridePackage>true</UseCommonOverridePackage>

<!-- Manual packaging during CI -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@
<NoWarn>$(NoWarn);NU1701</NoWarn>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AssemblyName>Uno.Foundation.Logging</AssemblyName>

<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<Deterministic>true</Deterministic>

<UnoRuntimeIdentifier>WebAssembly</UnoRuntimeIdentifier>


<UseCommonOverridePackage>true</UseCommonOverridePackage>

<!-- Manual packaging during CI -->
<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down Expand Up @@ -42,7 +40,7 @@
<ItemGroup>
<_OutputFiles Include="$(TargetDir)**" />
</ItemGroup>

<MakeDir Directories="$(_TargetNugetFolder)" />

<Message Importance="high" Text="OVERRIDING NUGET PACKAGE CACHE: $(_TargetNugetFolder)" />
Expand Down

0 comments on commit 116ab96

Please sign in to comment.