Skip to content

Commit

Permalink
Bump to .NET 8 amonst others
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbarbez committed Nov 18, 2023
1 parent 66af20f commit 65ec128
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BarbezDotEu.VideoHost/BarbezDotEu.VideoHost.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Authors>Hannes Barbez</Authors>
<Company>Hannes Barbez</Company>
<Title>BarbezDotEu.VideoHost</Title>
<Product>BarbezDotEu.VideoHost</Product>
<PackageId>BarbezDotEu.VideoHost</PackageId>
<Copyright>©2023 Hannes Barbez</Copyright>
<Version>2.0.0</Version>
<Version>3.0.0</Version>
<Description>This package contains base logic (DTOs, enumerations, equality comparers, ...) that can be used in the context of internet-based video hosting services.</Description>
<PackageTags>basic;videohosting;barbez</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -17,7 +17,7 @@
<RepositoryUrl>https://github.com/hannesbarbez/BarbezDotEu.VideoHost</RepositoryUrl>
<RepositoryType>GIT</RepositoryType>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageIconUrl>https://i2.wp.com/barbez.eu/wp-content/uploads/2020/02/cropped-BarbezDotEu-logo-1.png?resize=64%2C64</PackageIconUrl>
<PackageIconUrl>https://api.nuget.org/v3-flatcontainer/barbezdoteu.extensions.hosting/3.1.0/icon</PackageIconUrl>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
</Project>

0 comments on commit 65ec128

Please sign in to comment.