File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
ConstantStream.Unit.Tests Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net7 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77
1010
1111 <ItemGroup >
1212 <PackageReference Include =" fluentassertions" Version =" 6.9.0" />
13- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.3.2 " />
14- <PackageReference Include =" xunit" Version =" 2.4.2 " />
15- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4 .5" >
13+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1 " />
14+ <PackageReference Include =" xunit" Version =" 2.9.3 " />
15+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1 .5" >
1616 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1717 <PrivateAssets >all</PrivateAssets >
1818 </PackageReference >
19- <PackageReference Include =" coverlet.collector" Version =" 3.1.2 " >
19+ <PackageReference Include =" coverlet.collector" Version =" 6.0.4 " >
2020 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2121 <PrivateAssets >all</PrivateAssets >
2222 </PackageReference >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.0 </TargetFramework >
4+ <TargetFramework >netstandard2.1 </TargetFramework >
55 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
66 </PropertyGroup >
77
88 <PropertyGroup >
99 <PackageId >ConstantStream</PackageId >
10- <Version >1.0.18 </Version >
10+ <Version >1.1.0 </Version >
1111 <Authors >Stephen Krol</Authors >
1212 <Product >ConstantStream</Product >
1313 <PackageTags >Streams;Constant;Test;Testing;Timeout;Delay;stride;byte;fake;crypto;bytes</PackageTags >
3333 </PropertyGroup >
3434
3535 <ItemGroup >
36- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1 " PrivateAssets =" All" />
36+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0 " PrivateAssets =" All" />
3737 </ItemGroup >
3838
3939 <ItemGroup >
You can’t perform that action at this time.
0 commit comments