Skip to content

Commit

Permalink
更新到NET8
Browse files Browse the repository at this point in the history
  • Loading branch information
nayaku committed Nov 16, 2023
1 parent 65541b9 commit 67fb7d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ImageManager/ImageManager.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<UseWPF>true</UseWPF>
<AssemblyName>ImageManager</AssemblyName>
<RootNamespace>ImageManager</RootNamespace>
<Version>3.1.5.0</Version>
<Version>3.1.6.0</Version>
<Configurations>Debug;Release</Configurations>
<Copyright>Copyright © Nayaku 2022</Copyright>
<Nullable>enable</Nullable>
Expand Down Expand Up @@ -40,17 +40,17 @@
<PackageReference Include="Joveler.Compression.XZ" Version="4.3.0" />
<PackageReference Include="MdXaml" Version="1.21.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="7.3.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="7.0.12" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.12" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.12">
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="PropertyChanged.Fody" Version="4.1.0" />
<PackageReference Include="Shipwreck.Phash.Bitmaps" Version="0.5.0" />
<PackageReference Include="Stylet" Version="1.3.6" />
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
<PackageReference Include="System.Drawing.Common" Version="8.0.0" />
<PackageReference Include="WpfExtensions.Xaml" Version="1.2.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 67fb7d3

Please sign in to comment.