Skip to content

Commit

Permalink
dotNet8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-merkle committed Dec 30, 2023
1 parent 3230adf commit 3ae689c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.0.0-alpha.5</Version>
<Version>1.0.0-alpha.6</Version>
<Authors>Jonas Merkle [JJM] </Authors>
<Copyright>© by Jonas Merkle [JJM], 2023.</Copyright>
<Copyright>© by Jonas Merkle [JJM], 2024.</Copyright>
<RootNamespace>jjm.one.MiscUtilClasses.Tests</RootNamespace>
<Title>jjm.one.MiscUtilClasses.Tests</Title>
<Description>A collection of miscellaneous utility and helper classes for C# projects. (Unit-Tests)</Description>
Expand All @@ -31,8 +31,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
<PackageReference Include="xunit" Version="2.6.4" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
6 changes: 3 additions & 3 deletions src/jjm.one.MiscUtilClasses/jjm.one.MiscUtilClasses.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6;net7.0</TargetFrameworks>
<TargetFrameworks>net7.0;netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.0.0-alpha.5</Version>
<Version>1.0.0-alpha.6</Version>
<Authors>Jonas Merkle [JJM] </Authors>
<Copyright>© by Jonas Merkle [JJM], 2023.</Copyright>
<Copyright>© by Jonas Merkle [JJM], 2024.</Copyright>
<RootNamespace>jjm.one.MiscUtilClasses</RootNamespace>
<PackageId>jjm.one.MiscUtilClasses</PackageId>
<Title>jjm.one.MiscUtilClasses</Title>
Expand Down

0 comments on commit 3ae689c

Please sign in to comment.