-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update environment (.NET 8, Node.js 20)
- Loading branch information
1 parent
6b231f9
commit 2110152
Showing
12 changed files
with
349 additions
and
207 deletions.
There are no files selected for viewing
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 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 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 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 |
---|---|---|
@@ -1,25 +1,25 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.3.32929.385 | ||
VisualStudioVersion = 17.11.35222.181 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoApplication", "DemoApplication\DemoApplication.csproj", "{DD0EC8D5-3EFB-433B-85ED-E1A2BF1D0CA6}" | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoApplication", "DemoApplication\DemoApplication.csproj", "{1CF03031-3FF7-43CD-938A-A2AACA5BCB26}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{DD0EC8D5-3EFB-433B-85ED-E1A2BF1D0CA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{DD0EC8D5-3EFB-433B-85ED-E1A2BF1D0CA6}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{DD0EC8D5-3EFB-433B-85ED-E1A2BF1D0CA6}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{DD0EC8D5-3EFB-433B-85ED-E1A2BF1D0CA6}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{1CF03031-3FF7-43CD-938A-A2AACA5BCB26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{1CF03031-3FF7-43CD-938A-A2AACA5BCB26}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{1CF03031-3FF7-43CD-938A-A2AACA5BCB26}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{1CF03031-3FF7-43CD-938A-A2AACA5BCB26}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {BB3484FA-D003-405E-BA6D-29BF1AAEE847} | ||
SolutionGuid = {BF70B7B2-46B7-4831-9DBC-0CFFDE39916E} | ||
EndGlobalSection | ||
EndGlobal |
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 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 |
---|---|---|
@@ -1 +1 @@ | ||
dotnet publish -c Release -r win10-x64 -o dist --self-contained | ||
dotnet publish -c Release -r win-x64 -p:PublishDir="%cd%/dist" --self-contained |
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 |
---|---|---|
@@ -1,25 +1,25 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.3.32929.385 | ||
VisualStudioVersion = 17.11.35222.181 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RuntimePatcher", "RuntimePatcher\RuntimePatcher.csproj", "{415720BA-D007-418D-B281-ECECB6303465}" | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RuntimePatcher", "RuntimePatcher\RuntimePatcher.csproj", "{B262C52E-ADBE-4548-8B9B-BDE4A26A67F6}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{415720BA-D007-418D-B281-ECECB6303465}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{415720BA-D007-418D-B281-ECECB6303465}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{415720BA-D007-418D-B281-ECECB6303465}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{415720BA-D007-418D-B281-ECECB6303465}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{B262C52E-ADBE-4548-8B9B-BDE4A26A67F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{B262C52E-ADBE-4548-8B9B-BDE4A26A67F6}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{B262C52E-ADBE-4548-8B9B-BDE4A26A67F6}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{B262C52E-ADBE-4548-8B9B-BDE4A26A67F6}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {C2C65888-D4D9-4EB6-A4CC-7E53A3AC4C92} | ||
SolutionGuid = {3B731D80-E164-4B66-B5CB-F96F42D7C6D6} | ||
EndGlobalSection | ||
EndGlobal |
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<EnableDynamicLoading>true</EnableDynamicLoading> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Lib.Harmony" Version="2.2.2" /> | ||
<PackageReference Include="Lib.Harmony" Version="2.3.3" /> | ||
</ItemGroup> | ||
|
||
</Project> |
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 |
---|---|---|
@@ -1 +1 @@ | ||
dotnet publish -c Release -o dist | ||
dotnet publish -c Release -p:PublishDir="%cd%/dist" |
Oops, something went wrong.