mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-24 04:02:50 +08:00
fixed build error
error NU1504: Duplicate 'PackageReference' items found. Remove the duplicate items or use the Update functionality to ensure a consistent restore behavior. The duplicate 'PackageReference' items are: System.Memory 4.5.5, System.Memory 4.5.5.
This commit is contained in:
parent
9d985f0f0a
commit
d94dc2fcb2
@ -7,10 +7,6 @@
|
|||||||
<NoWarn>SA1633</NoWarn>
|
<NoWarn>SA1633</NoWarn>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<PackageReference Include="System.Memory" Version="4.5.5" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<AdditionalFiles Include="..\stylecop.json" Link="Properties/stylecop.json" />
|
<AdditionalFiles Include="..\stylecop.json" Link="Properties/stylecop.json" />
|
||||||
<EmbeddedResource Include="Widgets\Figlet\Fonts\Standard.flf" />
|
<EmbeddedResource Include="Widgets\Figlet\Fonts\Standard.flf" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user