Skip to content

Commit 03d3fa0

Browse files
committed
Fix: upgrade to .net7.0
1 parent 38802de commit 03d3fa0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

DebitExpress.VatRelief/DebitExpress.VatRelief.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net6.0-windows</TargetFramework>
5+
<TargetFramework>net7.0-windows</TargetFramework>
66
<Nullable>enable</Nullable>
77
<UseWPF>true</UseWPF>
88
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
@@ -18,10 +18,10 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="ClosedXML" Version="0.96.0" />
22-
<PackageReference Include="DebitExpress.Controls" Version="2.1.16" />
23-
<PackageReference Include="DebitExpress.DialogService" Version="2.1.7" />
24-
<PackageReference Include="DebitExpress.Extensions" Version="1.0.10" />
21+
<PackageReference Include="ClosedXML" Version="0.97.0" />
22+
<PackageReference Include="DebitExpress.Controls" Version="2.1.24" />
23+
<PackageReference Include="DebitExpress.DialogService" Version="2.1.8" />
24+
<PackageReference Include="DebitExpress.Extensions" Version="1.0.11" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

0 commit comments

Comments
 (0)