Skip to content

Commit

Permalink
reducing framework version for github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed May 10, 2024
1 parent 253082d commit 64efd3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net481</TargetFramework>
<TargetFramework>net48</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<OutputType>exe</OutputType>
Expand Down
18 changes: 2 additions & 16 deletions Core/Tests/Speckle.Core.Tests.Performance/packages.lock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"dependencies": {
".NETFramework,Version=v4.8.1": {
".NETFramework,Version=v4.8": {
"BenchmarkDotNet": {
"type": "Direct",
"requested": "[0.13.12, )",
Expand All @@ -25,15 +25,6 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
"Microsoft.NETFramework.ReferenceAssemblies": {
"type": "Direct",
"requested": "[1.0.3, )",
"resolved": "1.0.3",
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
"dependencies": {
"Microsoft.NETFramework.ReferenceAssemblies.net481": "1.0.3"
}
},
"BenchmarkDotNet.Annotations": {
"type": "Transitive",
"resolved": "0.13.12",
Expand Down Expand Up @@ -241,11 +232,6 @@
"System.Runtime.CompilerServices.Unsafe": "4.5.1"
}
},
"Microsoft.NETFramework.ReferenceAssemblies.net481": {
"type": "Transitive",
"resolved": "1.0.3",
"contentHash": "Vv/20vgHS7VglVOVh8J3Iz/MA+VYKVRp9f7r2qiKBMuzviTOmocG70yq0Q8T5OTmCONkEAIJwETD1zhEfLkAXQ=="
},
"Microsoft.Win32.Registry": {
"type": "Transitive",
"resolved": "5.0.0",
Expand Down Expand Up @@ -588,7 +574,7 @@
}
}
},
".NETFramework,Version=v4.8.1/win7-x86": {
".NETFramework,Version=v4.8/win7-x86": {
"Gee.External.Capstone": {
"type": "Transitive",
"resolved": "2.3.0",
Expand Down

0 comments on commit 64efd3b

Please sign in to comment.