File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
exercises/practice/bottle-song Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFramework >net9.0</TargetFramework >
4- <ImplicitUsings >enable</ ImplicitUsings >
4+ <OutputType >Exe</ OutputType >
55 <Nullable >enable</Nullable >
6- <IsPackable >false</IsPackable >
7- <IsTestProject >true</IsTestProject >
6+ <ImplicitUsings >enable</ImplicitUsings >
87 <RestorePackagesWithLockFile >true</RestorePackagesWithLockFile >
98 </PropertyGroup >
109 <ItemGroup >
1110 <Using Include =" Xunit" />
1211 </ItemGroup >
1312 <ItemGroup >
14- <PackageReference Include =" Exercism.Tests" Version =" 0.1.0-beta1" />
1513 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
16- <PackageReference Include =" xunit" Version =" 2.8.1" />
17- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.1" >
18- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19- <PrivateAssets >all</PrivateAssets >
20- </PackageReference >
14+ <PackageReference Include =" xunit.v3" Version =" 1.1.0" />
15+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.1" />
16+ <PackageReference Include =" Exercism.Tests.xunit.v3" Version =" 0.1.0-beta1" />
2117 </ItemGroup >
2218</Project >
You can’t perform that action at this time.
0 commit comments