Skip to content

Commit

Permalink
Merge pull request #2 from byerlikaya/target-framework
Browse files Browse the repository at this point in the history
project's target frameworks have been updated.
  • Loading branch information
byerlikaya authored Oct 23, 2023
2 parents 1691756 + ae90a9b commit 03eb50f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sample/Producer.Sample.Api/Producer.Sample.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.12" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions src/Basic.RabbitMQ/Basic.RabbitMQ.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<Title>Basic.RabbitMQ</Title>
<Authors>Barış Yerlikaya</Authors>
<Company>Barış Yerlikaya</Company>
Expand All @@ -13,7 +13,7 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Description>.NET Core library that simplifies RabbitMQ usage and works with the Direct Exchange type.</Description>
<PackageId>Basic.RabbitMQ</PackageId>
<Version>1.0.2</Version>
<Version>1.0.2.1</Version>
<Product>Basic.RabbitMQ</Product>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand All @@ -31,7 +31,7 @@


<ItemGroup>
<PackageReference Include="RabbitMQ.Client" Version="6.5.0" />
<PackageReference Include="RabbitMQ.Client" Version="6.6.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.4" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
Expand Down

0 comments on commit 03eb50f

Please sign in to comment.