Skip to content

Commit

Permalink
Use interface 1.3.55-rc2 in clients
Browse files Browse the repository at this point in the history
  • Loading branch information
TSchmiedlechner committed Feb 8, 2024
1 parent 7e9c2ff commit de21642
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="fiskaltrust.interface.StrongName" Version="1.3.55-rc1" />
<PackageReference Include="fiskaltrust.interface.StrongName" Version="1.3.55-rc2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="fiskaltrust.interface" Version="1.3.55-rc1" />
<PackageReference Include="fiskaltrust.interface" Version="1.3.55-rc2" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="fiskaltrust.interface" Version="1.3.55-rc1" />
<PackageReference Include="fiskaltrust.interface" Version="1.3.55-rc2" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' != 'net6' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="fiskaltrust.interface.StrongName" Version="1.3.55-rc1" />
<PackageReference Include="fiskaltrust.interface.StrongName" Version="1.3.55-rc2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="fiskaltrust.interface" Version="1.3.55-rc1" />
<PackageReference Include="fiskaltrust.interface" Version="1.3.55-rc2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="fiskaltrust.interface" Version="1.3.55-rc1" />
<PackageReference Include="fiskaltrust.interface" Version="1.3.55-rc2" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net6' ">
Expand Down

0 comments on commit de21642

Please sign in to comment.