Skip to content

Commit 42f8dad

Browse files
author
Jani Giannoudis
committed
Fix PE dependency version (beta.dev -> beta.2)
1 parent 0099b9e commit 42f8dad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Client.Scripting/PayrollEngine.Client.Scripting.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<AssemblyName>PayrollEngine.Client.Scripting</AssemblyName>
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="PayrollEngine.Client.Core" Version="0.10.0-beta.dev" />
17+
<PackageReference Include="PayrollEngine.Client.Core" Version="0.10.0-beta.2" />
1818
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.3.0" />
1919
</ItemGroup>
2020

0 commit comments

Comments
 (0)