Skip to content

Commit

Permalink
Merge pull request #3 from stormaref/stormaref-patch-2
Browse files Browse the repository at this point in the history
Update KafkaStorm.csproj
  • Loading branch information
stormaref authored Feb 28, 2024
2 parents ec31ebb + 348a055 commit 2037230
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions KafkaStorm/KafkaStorm.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFramework>.net8.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<Authors>ArefAzizian</Authors>
<Version>8.0.0</Version>
<Version>8.0.1</Version>
<PackageId>KafKaStorm</PackageId>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -27,4 +27,4 @@
<PackageReference Include="System.Text.Json" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 2037230

Please sign in to comment.