Skip to content

Commit

Permalink
#37 Removed Deprecated Frameworks (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: Emrah Kondur <[email protected]>
  • Loading branch information
ekondur and Emrah Kondur authored Apr 2, 2024
1 parent 9b0b6c2 commit d5d7900
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions RedisUI/RedisUI.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;netcoreapp5.0;netstandard2.0</TargetFrameworks>
<TargetFrameworks>netcoreapp6.0;netcoreapp7.0;netcoreapp8.0</TargetFrameworks>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<RootNamespace>RedisUI</RootNamespace>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
Expand All @@ -16,19 +16,14 @@
<RepositoryUrl>https://github.com/ekondur/RedisUI</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Redis,Web,UI,Client,Keys,Statistics</PackageTags>
<PackageReleaseNotes>Added Configuration Options to Settings</PackageReleaseNotes>
<PackageReleaseNotes>Removed deprecated frameworks</PackageReleaseNotes>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>1.2.0</Version>
<Version>1.3.0</Version>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Antiforgery" Version="2.1.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netcoreapp3.1' or '$(TargetFramework)'=='netcoreapp5.0'">
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

Expand All @@ -48,7 +43,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="StackExchange.Redis" Version="2.2.88" />
<PackageReference Include="StackExchange.Redis" Version="2.7.10" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d5d7900

Please sign in to comment.