forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9e5819
commit 6cd4d4a
Showing
4 changed files
with
41 additions
and
19 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
diff --git a/IonKiwi.lz4/IonKiwi.lz4.csproj b/IonKiwi.lz4/IonKiwi.lz4.csproj | ||
index 312984f..804be5c 100644 | ||
--- a/IonKiwi.lz4/IonKiwi.lz4.csproj | ||
+++ b/IonKiwi.lz4/IonKiwi.lz4.csproj | ||
@@ -1,7 +1,7 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
- <TargetFrameworks>net60</TargetFrameworks> | ||
+ <TargetFramework>net8.0</TargetFramework> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
<PackageId>IonKiwi.lz4.managed</PackageId> | ||
<Version>1.0.7</Version> | ||
diff --git a/Knossos.NET/Knossos.NET.csproj b/Knossos.NET/Knossos.NET.csproj | ||
index 501faaa..4b563f1 100644 | ||
--- a/Knossos.NET/Knossos.NET.csproj | ||
+++ b/Knossos.NET/Knossos.NET.csproj | ||
@@ -1,7 +1,7 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<OutputType>WinExe</OutputType> | ||
- <TargetFramework>net6.0</TargetFramework> | ||
+ <TargetFramework>net8.0</TargetFramework> | ||
<Nullable>enable</Nullable> | ||
<!--Avalonia doesen't support TrimMode=link currently,but we are working on that https://github.com/AvaloniaUI/Avalonia/issues/6892 --> | ||
<TrimMode>copyused</TrimMode> | ||
diff --git a/VP.NET/VP.NET.csproj b/VP.NET/VP.NET.csproj | ||
index 11fa155..2eef420 100644 | ||
--- a/VP.NET/VP.NET.csproj | ||
+++ b/VP.NET/VP.NET.csproj | ||
@@ -1,7 +1,7 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
- <TargetFramework>net6.0</TargetFramework> | ||
+ <TargetFramework>net8.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.