Skip to content

Commit

Permalink
Update Elsa.Samples.CompensationConsole.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmskywalker committed May 2, 2022
1 parent 7fc0b67 commit 79701cd
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Text.Encodings.Web" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\core\Elsa\Elsa.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 79701cd

Please sign in to comment.