Skip to content

Commit

Permalink
Update icon package references
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmskywalker committed Oct 18, 2020
1 parent 0c47a78 commit 24ab8a8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 24ab8a8

Please sign in to comment.