File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Shuttle.Core.Threading.Tests Expand file tree Collapse file tree 4 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- <TargetFrameworks >net461;netcoreapp3.1 </TargetFrameworks >
4+ <TargetFrameworks >net6.0 </TargetFrameworks >
55 </PropertyGroup >
66
77 <ItemGroup >
Original file line number Diff line number Diff line change 33<package >
44 <metadata >
55 <id >Shuttle.Core.Threading</id >
6- <version >11.1.1 </version >
6+ <version >11.1.2 </version >
77 <authors >Eben Roux</authors >
88 <owners >Eben Roux</owners >
99 <license type =" expression" >BSD-3-Clause</license >
1212 <repository type =" git" url =" https://github.com/shuttle/Shuttle.Core.Threading.git" />
1313 <projectUrl >https://github.com/shuttle/Shuttle.Core.Threading</projectUrl >
1414 <description >Thread-based processing.</description >
15- <copyright >Copyright (c) 2021 , Eben Roux</copyright >
15+ <copyright >Copyright (c) 2022 , Eben Roux</copyright >
1616 <tags >shuttle threading processor</tags >
1717 <dependencies >
1818 <dependency id =" Shuttle.Core.Configuration" version =" 10.0.4" />
1919 <dependency id =" Shuttle.Core.Contract" version =" 10.0.3" />
2020 <dependency id =" Shuttle.Core.Logging" version =" 10.0.4" />
21- <dependency id =" Shuttle.Core.Reflection" version =" 11.0.0 " />
21+ <dependency id =" Shuttle.Core.Reflection" version =" 11.0.3 " />
2222 </dependencies >
2323 </metadata >
2424 <files >
Original file line number Diff line number Diff line change 1313[ assembly: AssemblyTitle ( ".NET Standard" ) ]
1414#endif
1515
16- [ assembly: AssemblyVersion ( "11.1.1 .0" ) ]
17- [ assembly: AssemblyCopyright ( "Copyright (c) 2021 , Eben Roux" ) ]
16+ [ assembly: AssemblyVersion ( "11.1.2 .0" ) ]
17+ [ assembly: AssemblyCopyright ( "Copyright (c) 2022 , Eben Roux" ) ]
1818[ assembly: AssemblyProduct ( "Shuttle.Core.Threading" ) ]
1919[ assembly: AssemblyCompany ( "Eben Roux" ) ]
2020[ assembly: AssemblyConfiguration ( "Release" ) ]
21- [ assembly: AssemblyInformationalVersion ( "11.1.1 " ) ]
21+ [ assembly: AssemblyInformationalVersion ( "11.1.2 " ) ]
2222[ assembly: ComVisible ( false ) ]
Original file line number Diff line number Diff line change 1717 <PackageReference Include =" Shuttle.Core.Configuration" Version =" 10.0.4" />
1818 <PackageReference Include =" Shuttle.Core.Contract" Version =" 10.0.3" />
1919 <PackageReference Include =" Shuttle.Core.Logging" Version =" 10.0.4" />
20- <PackageReference Include =" Shuttle.Core.Reflection" Version =" 11.0.2 " />
20+ <PackageReference Include =" Shuttle.Core.Reflection" Version =" 11.0.3 " />
2121 </ItemGroup >
2222
2323 <ItemGroup >
You can’t perform that action at this time.
0 commit comments