Skip to content

Commit ba606d1

Browse files
Fix project file
1 parent 7789735 commit ba606d1

File tree

2 files changed

+185
-5
lines changed

2 files changed

+185
-5
lines changed
Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<ImplicitUsings>enable</ImplicitUsings>
4-
<Nullable>enable</Nullable>
3+
<TargetFramework>net9.0</TargetFramework>
54
<OutputType>Exe</OutputType>
6-
<TargetFramework>net8.0</TargetFramework>
5+
<Nullable>enable</Nullable>
6+
<ImplicitUsings>enable</ImplicitUsings>
7+
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
78
</PropertyGroup>
9+
810
<ItemGroup>
911
<Using Include="Xunit" />
1012
</ItemGroup>
13+
1114
<ItemGroup>
1215
<PackageReference Include="Microsoft.Extensions.TimeProvider.Testing" Version="9.2.0" />
1316
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1417
<PackageReference Include="xunit.v3" Version="1.1.0" />
15-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" />
18+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" />
19+
<PackageReference Include="Exercism.Tests.xunit.v3" Version="0.1.0-beta1" />
1620
</ItemGroup>
17-
</Project>
21+
</Project>
Lines changed: 176 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,176 @@
1+
{
2+
"version": 1,
3+
"dependencies": {
4+
"net9.0": {
5+
"Exercism.Tests.xunit.v3": {
6+
"type": "Direct",
7+
"requested": "[0.1.0-beta1, )",
8+
"resolved": "0.1.0-beta1",
9+
"contentHash": "XjVtQWWxmHDDj7UMdkPKpBFFKnsW0tkBhlyJSfFFh+fWwGemyyJwJYhdsvWhiKKCY7zItB+mI/o0OQtOKQxUhA==",
10+
"dependencies": {
11+
"xunit.v3.extensibility.core": "1.1.0"
12+
}
13+
},
14+
"Microsoft.Extensions.TimeProvider.Testing": {
15+
"type": "Direct",
16+
"requested": "[9.2.0, )",
17+
"resolved": "9.2.0",
18+
"contentHash": "nqySOOTJJBbpj7tqIWeZwhP1nZ168ycxYY/JR+edzdJH9jI41vniUIfftuBCrG4njkv/Jf5CtR8drzHFm6CBLQ=="
19+
},
20+
"Microsoft.NET.Test.Sdk": {
21+
"type": "Direct",
22+
"requested": "[17.12.0, )",
23+
"resolved": "17.12.0",
24+
"contentHash": "kt/PKBZ91rFCWxVIJZSgVLk+YR+4KxTuHf799ho8WNiK5ZQpJNAEZCAWX86vcKrs+DiYjiibpYKdGZP6+/N17w==",
25+
"dependencies": {
26+
"Microsoft.CodeCoverage": "17.12.0",
27+
"Microsoft.TestPlatform.TestHost": "17.12.0"
28+
}
29+
},
30+
"xunit.runner.visualstudio": {
31+
"type": "Direct",
32+
"requested": "[3.0.1, )",
33+
"resolved": "3.0.1",
34+
"contentHash": "lbyYtsBxA8Pz8kaf5Xn/Mj1mL9z2nlBWdZhqFaj66nxXBa4JwiTDm4eGcpSMet6du9TOWI6bfha+gQR6+IHawg=="
35+
},
36+
"xunit.v3": {
37+
"type": "Direct",
38+
"requested": "[1.1.0, )",
39+
"resolved": "1.1.0",
40+
"contentHash": "1ckSz5GVswlM9TCk5bGdHOjnYwqAWjkeqxckoHawQIA8sTeuN+RCBUypCi5A/Um0XlczRx5TjAK5W6BbN0HLcQ==",
41+
"dependencies": {
42+
"xunit.analyzers": "1.20.0",
43+
"xunit.v3.assert": "[1.1.0]",
44+
"xunit.v3.core": "[1.1.0]"
45+
}
46+
},
47+
"Microsoft.Bcl.AsyncInterfaces": {
48+
"type": "Transitive",
49+
"resolved": "6.0.0",
50+
"contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg=="
51+
},
52+
"Microsoft.CodeCoverage": {
53+
"type": "Transitive",
54+
"resolved": "17.12.0",
55+
"contentHash": "4svMznBd5JM21JIG2xZKGNanAHNXplxf/kQDFfLHXQ3OnpJkayRK/TjacFjA+EYmoyuNXHo/sOETEfcYtAzIrA=="
56+
},
57+
"Microsoft.Testing.Extensions.TrxReport.Abstractions": {
58+
"type": "Transitive",
59+
"resolved": "1.5.3",
60+
"contentHash": "h34zKNpGyni66VH738mRHeXSnf3klSShUdavUWNhSfWICUUi5aXeI0LBvoX/ad93N0+9xBDU3Fyi6WfxrwKQGw==",
61+
"dependencies": {
62+
"Microsoft.Testing.Platform": "1.5.3"
63+
}
64+
},
65+
"Microsoft.Testing.Platform": {
66+
"type": "Transitive",
67+
"resolved": "1.5.3",
68+
"contentHash": "WqJydnJ99dEKtquR9HwINz104ehWJKTXbQQrydGatlLRw14bmsx0pa8+E6KUXMYXZAimN0swWlDmcJGjjW4TIg=="
69+
},
70+
"Microsoft.Testing.Platform.MSBuild": {
71+
"type": "Transitive",
72+
"resolved": "1.5.3",
73+
"contentHash": "bOtpRMSPeT5YLQo+NNY8EtdNTphAUcmALjW4ABU7P0rb6yR2XAZau3TzNieLmR3lRuwudguWzzBhgcLRXwZh0A==",
74+
"dependencies": {
75+
"Microsoft.Testing.Platform": "1.5.3"
76+
}
77+
},
78+
"Microsoft.TestPlatform.ObjectModel": {
79+
"type": "Transitive",
80+
"resolved": "17.12.0",
81+
"contentHash": "TDqkTKLfQuAaPcEb3pDDWnh7b3SyZF+/W9OZvWFp6eJCIiiYFdSB6taE2I6tWrFw5ywhzOb6sreoGJTI6m3rSQ==",
82+
"dependencies": {
83+
"System.Reflection.Metadata": "1.6.0"
84+
}
85+
},
86+
"Microsoft.TestPlatform.TestHost": {
87+
"type": "Transitive",
88+
"resolved": "17.12.0",
89+
"contentHash": "MiPEJQNyADfwZ4pJNpQex+t9/jOClBGMiCiVVFuELCMSX2nmNfvUor3uFVxNNCg30uxDP8JDYfPnMXQzsfzYyg==",
90+
"dependencies": {
91+
"Microsoft.TestPlatform.ObjectModel": "17.12.0",
92+
"Newtonsoft.Json": "13.0.1"
93+
}
94+
},
95+
"Newtonsoft.Json": {
96+
"type": "Transitive",
97+
"resolved": "13.0.1",
98+
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
99+
},
100+
"System.Collections.Immutable": {
101+
"type": "Transitive",
102+
"resolved": "8.0.0",
103+
"contentHash": "AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg=="
104+
},
105+
"System.Memory": {
106+
"type": "Transitive",
107+
"resolved": "4.6.0",
108+
"contentHash": "OEkbBQoklHngJ8UD8ez2AERSk2g+/qpAaSWWCBFbpH727HxDq5ydVkuncBaKcKfwRqXGWx64dS6G1SUScMsitg=="
109+
},
110+
"System.Reflection.Metadata": {
111+
"type": "Transitive",
112+
"resolved": "1.6.0",
113+
"contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ=="
114+
},
115+
"xunit.analyzers": {
116+
"type": "Transitive",
117+
"resolved": "1.20.0",
118+
"contentHash": "HElev2E9vFbPxwKRQtpCSSzLOu8M/N9EWBCB37v7SRx6z4Lbj19FxfLEig3v9jiI6s4b0l2uena91nEsTWl9jA=="
119+
},
120+
"xunit.v3.assert": {
121+
"type": "Transitive",
122+
"resolved": "1.1.0",
123+
"contentHash": "4D+eM08ImfhA+zLbRzi8HA4qsT98zDxgaCD7vCg8yFesokKsgSsqWsAmImHFjVymGVhVS7WFGb19d6v1k9i0xQ==",
124+
"dependencies": {
125+
"System.Collections.Immutable": "8.0.0",
126+
"System.Memory": "4.6.0"
127+
}
128+
},
129+
"xunit.v3.common": {
130+
"type": "Transitive",
131+
"resolved": "1.1.0",
132+
"contentHash": "Cq55z8pC7fOkfj+3TB/YQ6OW96qWqxKiMd15CtkIl37VtV9EsiUL4B4HsR6VLJCzkk7cBiXQ1ABVIcp3TCm6HQ==",
133+
"dependencies": {
134+
"Microsoft.Bcl.AsyncInterfaces": "6.0.0"
135+
}
136+
},
137+
"xunit.v3.core": {
138+
"type": "Transitive",
139+
"resolved": "1.1.0",
140+
"contentHash": "kXP/1d3jnQ2m4skcdM3gSMmubI6P747D6KVswzeedysgFkLj2xJlfo7p7slsmtEnp8BZb8X6D92Hssd/UtVPMw==",
141+
"dependencies": {
142+
"Microsoft.Testing.Platform.MSBuild": "1.5.3",
143+
"xunit.v3.extensibility.core": "[1.1.0]",
144+
"xunit.v3.runner.inproc.console": "[1.1.0]"
145+
}
146+
},
147+
"xunit.v3.extensibility.core": {
148+
"type": "Transitive",
149+
"resolved": "1.1.0",
150+
"contentHash": "AeQbbYN001x0c+B9pqwml6jZPovHz8O/sOp7jmrjz90rUzz/QPal12SlHLKYszR44CMnW4MsDam3RYT5pkYUxw==",
151+
"dependencies": {
152+
"xunit.v3.common": "[1.1.0]"
153+
}
154+
},
155+
"xunit.v3.runner.common": {
156+
"type": "Transitive",
157+
"resolved": "1.1.0",
158+
"contentHash": "Q81J0VPuu8fpF+/1CIjThqKKUjnqh0TQrLlD0iORkF75KdsOV+iGWT8c3AVuY96kDoxXxkTf0ZvJsK6o9osc1A==",
159+
"dependencies": {
160+
"xunit.v3.common": "[1.1.0]"
161+
}
162+
},
163+
"xunit.v3.runner.inproc.console": {
164+
"type": "Transitive",
165+
"resolved": "1.1.0",
166+
"contentHash": "lX/4TwIJe9ysCd5dqLk/Doq8ieYaZGivgf95xR59wRuSV+nHzHnyhpjXfaPUp8nkncUH1rOmJ85o1KebipisXQ==",
167+
"dependencies": {
168+
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.5.3",
169+
"Microsoft.Testing.Platform": "1.5.3",
170+
"xunit.v3.extensibility.core": "[1.1.0]",
171+
"xunit.v3.runner.common": "[1.1.0]"
172+
}
173+
}
174+
}
175+
}
176+
}

0 commit comments

Comments
 (0)