Skip to content

Commit 9400f9b

Browse files
committed
Back to .NET 7.0 runtime
1 parent 19c3ad2 commit 9400f9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Hi3Helper.SharpHDiffPatch/Hi3Helper.SharpHDiffPatch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
4+
<TargetFramework>net7.0</TargetFramework>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
66
<Platforms>x64;x86;ARM64</Platforms>
77
</PropertyGroup>

SharpHDiffPatch/SharpHDiffPatch.csproj

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

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0</TargetFramework>
5+
<TargetFramework>net7.0</TargetFramework>
66
<RootNamespace>SharpHDiffPatch</RootNamespace>
77
<ImplicitUsings>disable</ImplicitUsings>
88
<Nullable>enable</Nullable>
99
<Platforms>x64;x86;ARM64</Platforms>
10-
<Version>1.3.2</Version>
10+
<Version>1.3.3</Version>
1111
</PropertyGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)