Skip to content

Commit

Permalink
Update to net481
Browse files Browse the repository at this point in the history
  • Loading branch information
sliekens committed Sep 9, 2023
1 parent 2841762 commit 23afea1
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/wiki
Submodule wiki updated from 2ed4a1 to 3eab77
2 changes: 1 addition & 1 deletion GW2SDK.Tests/GW2SDK.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net7.0;net48</TargetFrameworks>
<TargetFrameworks>net7.0;net481</TargetFrameworks>
<UserSecretsId>a8ab34fc-ca23-453c-b913-59b025c2b48e</UserSecretsId>
<IsPackable>false</IsPackable>
<Nullable>Disable</Nullable>
Expand Down
25 changes: 25 additions & 0 deletions GW2SDK.Tests/GW2SDK.Tests.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GW2SDK.Tests", "GW2SDK.Tests.csproj", "{340777BD-6EB7-47F0-A3E6-EC64CDBB195E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{340777BD-6EB7-47F0-A3E6-EC64CDBB195E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{340777BD-6EB7-47F0-A3E6-EC64CDBB195E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{340777BD-6EB7-47F0-A3E6-EC64CDBB195E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{340777BD-6EB7-47F0-A3E6-EC64CDBB195E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F0FE5089-7075-4B1E-A9EA-BB44E1C3552D}
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion GW2SDK.Tests/TestInfrastructure/Polyfills.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if NET48
#if NETFRAMEWORK
using System.Collections.Generic;

namespace GuildWars2.Tests.TestInfrastructure;
Expand Down
8 changes: 4 additions & 4 deletions GW2SDK.Tests/packages.lock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"dependencies": {
".NETFramework,Version=v4.8": {
".NETFramework,Version=v4.8.1": {
"coverlet.collector": {
"type": "Direct",
"requested": "[6.0.0, )",
Expand Down Expand Up @@ -95,7 +95,7 @@
"resolved": "1.0.3",
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
"dependencies": {
"Microsoft.NETFramework.ReferenceAssemblies.net48": "1.0.3"
"Microsoft.NETFramework.ReferenceAssemblies.net481": "1.0.3"
}
},
"Microsoft.TestPlatform.ObjectModel": {
Expand Down Expand Up @@ -278,10 +278,10 @@
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
},
"Microsoft.NETFramework.ReferenceAssemblies.net48": {
"Microsoft.NETFramework.ReferenceAssemblies.net481": {
"type": "Transitive",
"resolved": "1.0.3",
"contentHash": "zMk4D+9zyiEWByyQ7oPImPN/Jhpj166Ky0Nlla4eXlNL8hI/BtSJsgR8Inldd4NNpIAH3oh8yym0W2DrhXdSLQ=="
"contentHash": "Vv/20vgHS7VglVOVh8J3Iz/MA+VYKVRp9f7r2qiKBMuzviTOmocG70yq0Q8T5OTmCONkEAIJwETD1zhEfLkAXQ=="
},
"NuGet.Frameworks": {
"type": "Transitive",
Expand Down

0 comments on commit 23afea1

Please sign in to comment.