Skip to content

Commit 5aa8f82

Browse files
committed
Fix targets
1 parent 3fc4d6f commit 5aa8f82

File tree

4 files changed

+99
-6
lines changed

4 files changed

+99
-6
lines changed

Tests.Vpn/Tests.Vpn.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<AssemblyName>Coder.Desktop.Tests.Vpn</AssemblyName>
55
<RootNamespace>Coder.Desktop.Tests.Vpn</RootNamespace>
6-
<TargetFramework>net8.0</TargetFramework>
6+
<TargetFramework>net8.0-windows</TargetFramework>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>
99
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>

Tests.Vpn/packages.lock.json

+54-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": 1,
33
"dependencies": {
4-
"net8.0": {
4+
"net8.0-windows7.0": {
55
"coverlet.collector": {
66
"type": "Direct",
77
"requested": "[6.0.4, )",
@@ -36,11 +36,38 @@
3636
"resolved": "4.6.0",
3737
"contentHash": "R7e1+a4vuV/YS+ItfL7f//rG+JBvVeVLX4mHzFEZo4W1qEKl8Zz27AqvQSAqo+BtIzUCo4aAJMYa56VXS4hudw=="
3838
},
39+
"Google.Protobuf": {
40+
"type": "Transitive",
41+
"resolved": "3.29.3",
42+
"contentHash": "t7nZFFUFwigCwZ+nIXHDLweXvwIpsOXi+P7J7smPT/QjI3EKxnCzTQOhBqyEh6XEzc/pNH+bCFOOSjatrPt6Tw=="
43+
},
3944
"Microsoft.CodeCoverage": {
4045
"type": "Transitive",
4146
"resolved": "17.12.0",
4247
"contentHash": "4svMznBd5JM21JIG2xZKGNanAHNXplxf/kQDFfLHXQ3OnpJkayRK/TjacFjA+EYmoyuNXHo/sOETEfcYtAzIrA=="
4348
},
49+
"Microsoft.Extensions.Configuration": {
50+
"type": "Transitive",
51+
"resolved": "9.0.1",
52+
"contentHash": "VuthqFS+ju6vT8W4wevdhEFiRi1trvQtkzWLonApfF5USVzzDcTBoY3F24WvN/tffLSrycArVfX1bThm/9xY2A==",
53+
"dependencies": {
54+
"Microsoft.Extensions.Configuration.Abstractions": "9.0.1",
55+
"Microsoft.Extensions.Primitives": "9.0.1"
56+
}
57+
},
58+
"Microsoft.Extensions.Configuration.Abstractions": {
59+
"type": "Transitive",
60+
"resolved": "9.0.1",
61+
"contentHash": "+4hfFIY1UjBCXFTTOd+ojlDPq6mep3h5Vq5SYE3Pjucr7dNXmq4S/6P/LoVnZFz2e/5gWp/om4svUFgznfULcA==",
62+
"dependencies": {
63+
"Microsoft.Extensions.Primitives": "9.0.1"
64+
}
65+
},
66+
"Microsoft.Extensions.Primitives": {
67+
"type": "Transitive",
68+
"resolved": "9.0.1",
69+
"contentHash": "bHtTesA4lrSGD1ZUaMIx6frU3wyy0vYtTa/hM6gGQu5QNrydObv8T5COiGUWsisflAfmsaFOe9Xvw5NSO99z0g=="
70+
},
4471
"Microsoft.TestPlatform.ObjectModel": {
4572
"type": "Transitive",
4673
"resolved": "17.12.0",
@@ -63,13 +90,38 @@
6390
"resolved": "13.0.1",
6491
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
6592
},
93+
"Semver": {
94+
"type": "Transitive",
95+
"resolved": "3.0.0",
96+
"contentHash": "9jZCicsVgTebqkAujRWtC9J1A5EQVlu0TVKHcgoCuv345ve5DYf4D1MjhKEnQjdRZo6x/vdv6QQrYFs7ilGzLA==",
97+
"dependencies": {
98+
"Microsoft.Extensions.Primitives": "5.0.1"
99+
}
100+
},
101+
"System.IO.Pipelines": {
102+
"type": "Transitive",
103+
"resolved": "9.0.1",
104+
"contentHash": "uXf5o8eV/gtzDQY4lGROLFMWQvcViKcF8o4Q6KpIOjloAQXrnscQSu6gTxYJMHuNJnh7szIF9AzkaEq+zDLoEg=="
105+
},
66106
"System.Reflection.Metadata": {
67107
"type": "Transitive",
68108
"resolved": "1.6.0",
69109
"contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ=="
70110
},
71111
"Coder.Desktop.Vpn": {
72-
"type": "Project"
112+
"type": "Project",
113+
"dependencies": {
114+
"Coder.Desktop.Vpn.Proto": "[1.0.0, )",
115+
"Microsoft.Extensions.Configuration": "[9.0.1, )",
116+
"Semver": "[3.0.0, )",
117+
"System.IO.Pipelines": "[9.0.1, )"
118+
}
119+
},
120+
"Coder.Desktop.Vpn.Proto": {
121+
"type": "Project",
122+
"dependencies": {
123+
"Google.Protobuf": "[3.29.3, )"
124+
}
73125
}
74126
}
75127
}

Vpn.DebugClient/Vpn.DebugClient.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<AssemblyName>Coder.Desktop.Vpn.DebugClient</AssemblyName>
55
<RootNamespace>Coder.Desktop.Vpn.DebugClient</RootNamespace>
66
<OutputType>Exe</OutputType>
7-
<TargetFramework>net8.0</TargetFramework>
7+
<TargetFramework>net8.0-windows</TargetFramework>
88
<ImplicitUsings>enable</ImplicitUsings>
99
<Nullable>enable</Nullable>
1010
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>

Vpn.DebugClient/packages.lock.json

+43-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,55 @@
11
{
22
"version": 1,
33
"dependencies": {
4-
"net8.0": {
4+
"net8.0-windows7.0": {
55
"Google.Protobuf": {
66
"type": "Transitive",
77
"resolved": "3.29.3",
88
"contentHash": "t7nZFFUFwigCwZ+nIXHDLweXvwIpsOXi+P7J7smPT/QjI3EKxnCzTQOhBqyEh6XEzc/pNH+bCFOOSjatrPt6Tw=="
99
},
10+
"Microsoft.Extensions.Configuration": {
11+
"type": "Transitive",
12+
"resolved": "9.0.1",
13+
"contentHash": "VuthqFS+ju6vT8W4wevdhEFiRi1trvQtkzWLonApfF5USVzzDcTBoY3F24WvN/tffLSrycArVfX1bThm/9xY2A==",
14+
"dependencies": {
15+
"Microsoft.Extensions.Configuration.Abstractions": "9.0.1",
16+
"Microsoft.Extensions.Primitives": "9.0.1"
17+
}
18+
},
19+
"Microsoft.Extensions.Configuration.Abstractions": {
20+
"type": "Transitive",
21+
"resolved": "9.0.1",
22+
"contentHash": "+4hfFIY1UjBCXFTTOd+ojlDPq6mep3h5Vq5SYE3Pjucr7dNXmq4S/6P/LoVnZFz2e/5gWp/om4svUFgznfULcA==",
23+
"dependencies": {
24+
"Microsoft.Extensions.Primitives": "9.0.1"
25+
}
26+
},
27+
"Microsoft.Extensions.Primitives": {
28+
"type": "Transitive",
29+
"resolved": "9.0.1",
30+
"contentHash": "bHtTesA4lrSGD1ZUaMIx6frU3wyy0vYtTa/hM6gGQu5QNrydObv8T5COiGUWsisflAfmsaFOe9Xvw5NSO99z0g=="
31+
},
32+
"Semver": {
33+
"type": "Transitive",
34+
"resolved": "3.0.0",
35+
"contentHash": "9jZCicsVgTebqkAujRWtC9J1A5EQVlu0TVKHcgoCuv345ve5DYf4D1MjhKEnQjdRZo6x/vdv6QQrYFs7ilGzLA==",
36+
"dependencies": {
37+
"Microsoft.Extensions.Primitives": "5.0.1"
38+
}
39+
},
40+
"System.IO.Pipelines": {
41+
"type": "Transitive",
42+
"resolved": "9.0.1",
43+
"contentHash": "uXf5o8eV/gtzDQY4lGROLFMWQvcViKcF8o4Q6KpIOjloAQXrnscQSu6gTxYJMHuNJnh7szIF9AzkaEq+zDLoEg=="
44+
},
1045
"Coder.Desktop.Vpn": {
11-
"type": "Project"
46+
"type": "Project",
47+
"dependencies": {
48+
"Coder.Desktop.Vpn.Proto": "[1.0.0, )",
49+
"Microsoft.Extensions.Configuration": "[9.0.1, )",
50+
"Semver": "[3.0.0, )",
51+
"System.IO.Pipelines": "[9.0.1, )"
52+
}
1253
},
1354
"Coder.Desktop.Vpn.Proto": {
1455
"type": "Project",

0 commit comments

Comments
 (0)