Skip to content

Commit bbc67c0

Browse files
committed
Upgrade to Xer.Delegator 0.4.0
1 parent 9f56411 commit bbc67c0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Src/Xer.Cqrs.CommandStack.Extensions.Attributes/SingleMessageHandlerRegistrationExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using Xer.Cqrs.CommandStack;
66
using Xer.Cqrs.CommandStack.Extensions.Attributes;
77

8-
namespace Xer.Delegator.Registrations
8+
namespace Xer.Delegator.Registration
99
{
1010
public static partial class SingleMessageHandlerRegistrationExtensions
1111
{
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
4+
<TargetFramework>netstandard1.0</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Xer.Delegator" Version="0.3.0" />
8+
<PackageReference Include="Xer.Delegator" Version="0.4.0" />
99
</ItemGroup>
1010

1111
</Project>

Tests/Xer.Cqrs.CommandStack.Extensions.Attributes.Tests/Registration/AttributeRegistrationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using Xer.Cqrs.CommandStack;
88
using Xer.Cqrs.CommandStack.Extensions.Attributes.Tests.Entities;
99
using Xer.Delegator;
10-
using Xer.Delegator.Registrations;
10+
using Xer.Delegator.Registration;
1111
using Xunit;
1212
using Xunit.Abstractions;
1313

0 commit comments

Comments
 (0)