Update icon package references

This commit is contained in:
Sipke Schoorstra 2020-10-18 17:47:00 +02:00
parent 0c47a781d5
commit 24ab8a86a9
4 changed files with 20 additions and 16 deletions

View file

@ -7,7 +7,7 @@
<Authors>Elsa Contributors</Authors>
<Description>
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application.
This package provides an in-memory Sqlite YesSQL provider, the default provider for Elsa.
This package provides an in-memory Sqlite YesSQL provider, the default provider for Elsa.
</Description>
<Copyright>2019</Copyright>
<PackageProjectUrl>https://github.com/elsa-workflows/elsa-core</PackageProjectUrl>
@ -19,13 +19,14 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="YesSql.Provider.Sqlite" Version="1.0.0-beta-1547" />
<PackageReference Include="YesSql.Provider.Sqlite" Version="1.0.0-beta-1547"/>
</ItemGroup>
<ItemGroup>
<None Update="icon.png">
<Pack>True</Pack>
</None>
<None Include="icon.png">
<Pack>True</Pack>
<PackagePath/>
</None>
</ItemGroup>
</Project>

View file

@ -29,9 +29,10 @@
</ItemGroup>
<ItemGroup>
<None Update="icon.png">
<Pack>True</Pack>
</None>
<None Include="icon.png">
<Pack>True</Pack>
<PackagePath />
</None>
</ItemGroup>
</Project>

View file

@ -28,10 +28,11 @@
<ProjectReference Include="..\..\core\Elsa.Core\Elsa.Core.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="icon.png">
<Pack>True</Pack>
</None>
</ItemGroup>
<ItemGroup>
<None Include="icon.png">
<Pack>True</Pack>
<PackagePath />
</None>
</ItemGroup>
</Project>

View file

@ -29,9 +29,10 @@
</ItemGroup>
<ItemGroup>
<None Update="icon.png">
<Pack>True</Pack>
</None>
<None Include="icon.png">
<Pack>True</Pack>
<PackagePath />
</None>
</ItemGroup>
</Project>