Skip to content

Commit

Permalink
added net8.0 to project file to support github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
liiir1985 committed Feb 6, 2025
1 parent da41c94 commit bfeeb2c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 deletions ILRuntime.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32228.343
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestCase", "TestCase", "{FA42778E-C31B-49E8-A235-9C69EECD9427}"
EndProject
Expand Down Expand Up @@ -42,18 +42,6 @@ EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SharedDebuggerCommon", "Debugging\SharedDebuggerCommon\SharedDebuggerCommon.shproj", "{8C767F83-2663-405C-B6A0-EC71B90B60CA}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Debugging\SharedEngine\SharedEngine.projitems*{164587ca-78d9-4aec-82c2-acbabba26626}*SharedItemsImports = 13
Debugging\SharedDebuggerCommon\SharedDebuggerCommon.projitems*{217ae15b-840c-4f8f-93cd-9d331aa4c81a}*SharedItemsImports = 4
Debugging\SharedEngine\SharedEngine.projitems*{217ae15b-840c-4f8f-93cd-9d331aa4c81a}*SharedItemsImports = 4
Debugging\SharedLauncher\SharedLauncher.projitems*{2455aafb-521f-484f-b00d-8a9bb7377a5e}*SharedItemsImports = 4
Debugging\SharedLauncher\SharedLauncher.projitems*{355e61c1-0bfa-4ff8-98a1-0457dfe595e1}*SharedItemsImports = 4
Debugging\SharedDebuggerCommon\SharedDebuggerCommon.projitems*{8c767f83-2663-405c-b6a0-ec71b90b60ca}*SharedItemsImports = 13
Debugging\SharedDebuggerCommon\SharedDebuggerCommon.projitems*{ad304835-4dba-49f3-a13d-f173bc828ebf}*SharedItemsImports = 4
Debugging\SharedEngine\SharedEngine.projitems*{ad304835-4dba-49f3-a13d-f173bc828ebf}*SharedItemsImports = 4
Debugging\SharedDebuggerCommon\SharedDebuggerCommon.projitems*{c26be57f-02a0-4df1-b8a6-e99e948673a8}*SharedItemsImports = 5
Debugging\SharedLauncher\SharedLauncher.projitems*{e10fdbd8-f948-41f9-a99f-3c50ccbba145}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Expand Down Expand Up @@ -906,4 +894,16 @@ Global
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB8FB7CA-797C-4114-9BF0-8DB4DF46FE5A}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Debugging\SharedEngine\SharedEngine.projitems*{164587ca-78d9-4aec-82c2-acbabba26626}*SharedItemsImports = 13
Debugging\SharedDebuggerCommon\SharedDebuggerCommon.projitems*{217ae15b-840c-4f8f-93cd-9d331aa4c81a}*SharedItemsImports = 4
Debugging\SharedEngine\SharedEngine.projitems*{217ae15b-840c-4f8f-93cd-9d331aa4c81a}*SharedItemsImports = 4
Debugging\SharedLauncher\SharedLauncher.projitems*{2455aafb-521f-484f-b00d-8a9bb7377a5e}*SharedItemsImports = 4
Debugging\SharedLauncher\SharedLauncher.projitems*{355e61c1-0bfa-4ff8-98a1-0457dfe595e1}*SharedItemsImports = 4
Debugging\SharedDebuggerCommon\SharedDebuggerCommon.projitems*{8c767f83-2663-405c-b6a0-ec71b90b60ca}*SharedItemsImports = 13
Debugging\SharedDebuggerCommon\SharedDebuggerCommon.projitems*{ad304835-4dba-49f3-a13d-f173bc828ebf}*SharedItemsImports = 4
Debugging\SharedEngine\SharedEngine.projitems*{ad304835-4dba-49f3-a13d-f173bc828ebf}*SharedItemsImports = 4
Debugging\SharedDebuggerCommon\SharedDebuggerCommon.projitems*{c26be57f-02a0-4df1-b8a6-e99e948673a8}*SharedItemsImports = 5
Debugging\SharedLauncher\SharedLauncher.projitems*{e10fdbd8-f948-41f9-a99f-3c50ccbba145}*SharedItemsImports = 13
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion ILRuntime/ILRuntime.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion ILRuntimeTestBase/ILRuntimeTestBase.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion ILRuntimeTestCLI/ILRuntimeTestCLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFrameworks>netcoreapp2.1;net8.0</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion LitJson/LitJson.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit bfeeb2c

Please sign in to comment.