Skip to content

Commit

Permalink
Incorrectly made the assumption that the core 7 api would be compatib…
Browse files Browse the repository at this point in the history
…le with 6, restriction version and only targeting net452.
  • Loading branch information
ramonsmits committed Nov 24, 2017
1 parent d7305c2 commit 3949884
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/NServiceBus.RateLimiter/NServiceBus.RateLimiter.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net452;netstandard2.0</TargetFrameworks>
<TargetFramework>net452</TargetFramework>
<PackageId>NServiceBus.RateLimiter</PackageId>
<PackageVersion>1.0.2</PackageVersion>
<PackageVersion>1.0.3</PackageVersion>
<Authors>ramonsmits</Authors>
<Description>Rate Limiting NService Pipeline extension</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand All @@ -24,7 +24,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NServiceBus" Version="6.4.2" />
<PackageReference Include="NServiceBus" Version="[6,7)" />
</ItemGroup>

</Project>

0 comments on commit 3949884

Please # to comment.