1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net9.0</TargetFramework >
43 <IsTestingPlatformApplication >false</IsTestingPlatformApplication >
54 <IsPackable >false</IsPackable >
65 </PropertyGroup >
1110 <EmbeddedResource Include =" TestSupport\Resources\TextFile1.txt" />
1211 </ItemGroup >
1312 <ItemGroup >
14- <PackageReference Include =" Hyperbee.Collections" Version =" 2.4.0" />
15- <PackageReference Include =" Hyperbee.Resources" Version =" 2.0.2" />
16- <PackageReference Include =" Hyperbee.XS" Version =" 1.3.3" />
17- <PackageReference Include =" Hyperbee.XS.Extensions" Version =" 1.3.3" />
18- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 9.0.8" />
19- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
20- <PackageReference Include =" MSTest.TestFramework" Version =" 3.10.1" />
21- <PackageReference Include =" MSTest.TestAdapter" Version =" 3.10.1" />
22- <PackageReference Include =" coverlet.collector" Version =" 6.0.4" >
23- <PrivateAssets >all</PrivateAssets >
24- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
25- </PackageReference >
26- <PackageReference Include =" NSubstitute" Version =" 5.3.0" />
13+ <PackageReference Include =" Hyperbee.Collections" />
14+ <PackageReference Include =" Hyperbee.Resources" />
15+ <PackageReference Include =" Hyperbee.XS" />
16+ <PackageReference Include =" Hyperbee.XS.Extensions" />
17+ <PackageReference Include =" Microsoft.Extensions.Hosting" />
18+ <PackageReference Include =" Microsoft.NET.Test.Sdk" />
19+ <PackageReference Include =" MSTest.TestFramework" />
20+ <PackageReference Include =" MSTest.TestAdapter" />
21+ <PackageReference Include =" coverlet.collector" />
22+ <PackageReference Include =" NSubstitute" />
2723 </ItemGroup >
2824 <ItemGroup >
2925 <ProjectReference Include =" ..\..\src\Hyperbee.Templating.Provider.XS\Hyperbee.Templating.Provider.XS.csproj" />
3026 <ProjectReference Include =" ..\..\src\Hyperbee.Templating\Hyperbee.Templating.csproj" />
3127 </ItemGroup >
3228 <ItemGroup >
33- <PackageReference Update =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" >
34- <PrivateAssets >all</PrivateAssets >
35- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
36- </PackageReference >
29+ <PackageReference Update =" Microsoft.SourceLink.GitHub" />
3730 </ItemGroup >
3831</Project >
0 commit comments