File tree Expand file tree Collapse file tree 5 files changed +17
-24
lines changed
src/EventDriven.CQRS.Abstractions
test/EventDriven.CQRS.Tests Expand file tree Collapse file tree 5 files changed +17
-24
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net5 .0</TargetFramework >
4
+ <TargetFramework >net6 .0</TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
- <PackageReference Include =" EventDriven.EventBus.Abstractions" Version =" 1.0 .0" />
8
+ <PackageReference Include =" EventDriven.EventBus.Abstractions" Version =" 1.1 .0" />
9
9
</ItemGroup >
10
10
11
11
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net5 .0</TargetFramework >
4
+ <TargetFramework >net6 .0</TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
8
<PackageReference Include =" AutoMapper.Extensions.Microsoft.DependencyInjection" Version =" 8.1.1" />
9
- <PackageReference Include =" EventDriven.EventBus.Dapr" Version =" 1.1.0-beta3 " />
10
- <PackageReference Include =" MongoDB.Driver" Version =" 2.12.3 " />
11
- <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.1.4 " />
9
+ <PackageReference Include =" EventDriven.EventBus.Dapr" Version =" 1.1.0" />
10
+ <PackageReference Include =" MongoDB.Driver" Version =" 2.14.1 " />
11
+ <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.2.3 " />
12
12
<PackageReference Include =" URF.Core.Mongo" Version =" 3.1.3" />
13
13
</ItemGroup >
14
14
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net5 .0</TargetFramework >
4
+ <TargetFramework >net6 .0</TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
8
<PackageReference Include =" AutoMapper.Extensions.Microsoft.DependencyInjection" Version =" 8.1.1" />
9
- <PackageReference Include =" EventDriven.EventBus.Dapr" Version =" 1.1.0-beta3 " />
10
- <PackageReference Include =" MongoDB.Driver" Version =" 2.12.3 " />
11
- <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.1.4 " />
9
+ <PackageReference Include =" EventDriven.EventBus.Dapr" Version =" 1.1.0" />
10
+ <PackageReference Include =" MongoDB.Driver" Version =" 2.14.1 " />
11
+ <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.2.3 " />
12
12
<PackageReference Include =" URF.Core.Mongo" Version =" 3.1.3" />
13
13
</ItemGroup >
14
14
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net5 .0</TargetFramework >
4
+ <TargetFramework >net6 .0</TargetFramework >
5
5
<IsPackable >true</IsPackable >
6
6
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
7
- <PackageVersion >1.0.0-beta3 </PackageVersion >
7
+ <PackageVersion >1.1.0 </PackageVersion >
8
8
<Authors >Tony Sneed</Authors >
9
9
<Description >An event-driven approach to Command Query Responsibility Segregation.</Description >
10
10
<PackageLicenseExpression >MIT</PackageLicenseExpression >
13
13
<RepositoryUrl >https://github.com/event-driven-dotnet/EventDriven.CQRS.git</RepositoryUrl >
14
14
<RepositoryType >git</RepositoryType >
15
15
<PackageTags >ddd cqrs event-driven event-driven-architecture</PackageTags >
16
- <PackageReleaseNotes >https://github.com/event-driven-dotnet/EventDriven.CQRS/releases/tag/v1.0.0-beta3 </PackageReleaseNotes >
16
+ <PackageReleaseNotes >https://github.com/event-driven-dotnet/EventDriven.CQRS/releases/tag/v1.1.0 </PackageReleaseNotes >
17
17
<PackageId >EventDriven.CQRS.Abstractions</PackageId >
18
- </PropertyGroup >
19
-
20
- <PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
21
- <DocumentationFile >bin\Debug\net5.0\EventDriven.CQRS.Abstractions.xml</DocumentationFile >
22
- </PropertyGroup >
23
-
24
- <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
25
- <DocumentationFile >bin\Release\net5.0\EventDriven.CQRS.Abstractions.xml</DocumentationFile >
18
+ <GenerateDocumentationFile >True</GenerateDocumentationFile >
26
19
</PropertyGroup >
27
20
28
21
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net5 .0</TargetFramework >
4
+ <TargetFramework >net6 .0</TargetFramework >
5
5
6
6
<IsPackable >false</IsPackable >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
10
<PackageReference Include =" AutoMapper.Extensions.Microsoft.DependencyInjection" Version =" 8.1.1" />
11
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4 " />
11
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.0.0 " />
12
12
<PackageReference Include =" xunit" Version =" 2.4.1" />
13
13
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
14
14
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
15
15
<PrivateAssets >all</PrivateAssets >
16
16
</PackageReference >
17
- <PackageReference Include =" coverlet.collector" Version =" 3.0.3 " >
17
+ <PackageReference Include =" coverlet.collector" Version =" 3.1.0 " >
18
18
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19
19
<PrivateAssets >all</PrivateAssets >
20
20
</PackageReference >
You can’t perform that action at this time.
0 commit comments