From 270309553f33f35c958aa331ea0b19dac6aa0390 Mon Sep 17 00:00:00 2001 From: Mikko Uuksulainen Date: Tue, 10 Jan 2023 17:51:22 +0000 Subject: [PATCH] Add MinVer --- RPGMakerDecrypter.Cli/RPGMakerDecrypter.Cli.csproj | 5 +++++ RPGMakerDecrypter.Gui/RPGMakerDecrypter.Gui.csproj | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/RPGMakerDecrypter.Cli/RPGMakerDecrypter.Cli.csproj b/RPGMakerDecrypter.Cli/RPGMakerDecrypter.Cli.csproj index 74c3d91..4731873 100644 --- a/RPGMakerDecrypter.Cli/RPGMakerDecrypter.Cli.csproj +++ b/RPGMakerDecrypter.Cli/RPGMakerDecrypter.Cli.csproj @@ -13,6 +13,7 @@ Mikko Uuksulainen © 2015-2023 https://github.com/uuksu/RPGMakerDecrypter 2.0.0 + 2.0 @@ -22,5 +23,9 @@ + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + \ No newline at end of file diff --git a/RPGMakerDecrypter.Gui/RPGMakerDecrypter.Gui.csproj b/RPGMakerDecrypter.Gui/RPGMakerDecrypter.Gui.csproj index 03d12b4..d655c01 100644 --- a/RPGMakerDecrypter.Gui/RPGMakerDecrypter.Gui.csproj +++ b/RPGMakerDecrypter.Gui/RPGMakerDecrypter.Gui.csproj @@ -15,6 +15,7 @@ Mikko Uuksulainen © 2015-2023 https://github.com/uuksu/RPGMakerDecrypter 2.0.0 + 2.0 @@ -29,5 +30,9 @@ all + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + \ No newline at end of file