This repository was archived by the owner on Feb 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
MediatR.Extensions.Microsoft.DependencyInjection
test/MediatR.Extensions.Microsoft.DependencyInjection.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Description >MediatR extensions for ASP.NET Core</Description >
55 <Copyright >Copyright Jimmy Bogard</Copyright >
6- <TargetFrameworks >netstandard2.0 </TargetFrameworks >
6+ <TargetFrameworks >netstandard2.1 </TargetFrameworks >
77 <AssemblyName >MediatR.Extensions.Microsoft.DependencyInjection</AssemblyName >
88 <PackageId >MediatR.Extensions.Microsoft.DependencyInjection</PackageId >
99 <PackageTags >mediator;request;response;queries;commands;notifications</PackageTags >
2525 </ItemGroup >
2626
2727 <ItemGroup >
28- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 2 .0.0" />
29- <PackageReference Include =" MediatR" Version =" 9 .0.0" />
30- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0 " PrivateAssets =" All" />
31- <PackageReference Include =" MinVer" Version =" 2.3.1 " PrivateAssets =" All" />
28+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 6 .0.0" />
29+ <PackageReference Include =" MediatR" Version =" 10 .0.0" />
30+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1 " PrivateAssets =" All" />
31+ <PackageReference Include =" MinVer" Version =" 2.5.0 " PrivateAssets =" All" />
3232 </ItemGroup >
3333
3434</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1 </TargetFramework >
4+ <TargetFramework >net6.0 </TargetFramework >
55 <OutputType >Exe</OutputType >
66 </PropertyGroup >
77
1010 </ItemGroup >
1111
1212 <ItemGroup >
13- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 3.1.8" />
14- </ItemGroup >
15-
16- <ItemGroup >
17- <Folder Include =" Properties\" />
13+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 6.0.0" />
1814 </ItemGroup >
1915
2016</Project >
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 <PreserveCompilationContext >true</PreserveCompilationContext >
66 <AssemblyName >MediatR.Extensions.Microsoft.DependencyInjection.Tests</AssemblyName >
77 <PackageId >MediatR.Extensions.Microsoft.DependencyInjection.Tests</PackageId >
1616 </ItemGroup >
1717
1818 <ItemGroup >
19- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.7.1" />
20- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
21- <PrivateAssets >all</PrivateAssets >
22- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
23- </PackageReference >
24- <PackageReference Include =" Shouldly" Version =" 3.0.2" />
25- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 3.1.8" />
26- <PackageReference Include =" structuremap" Version =" 4.7.1" />
19+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.0.0" />
20+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" PrivateAssets =" All" />
21+ <PackageReference Include =" Shouldly" Version =" 4.0.3" />
22+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 6.0.0" />
2723 <PackageReference Include =" xunit" Version =" 2.4.1" />
2824 </ItemGroup >
2925
You can’t perform that action at this time.
0 commit comments