Skip to content

Commit

Permalink
Merge branch 'feature/framework-updates'
Browse files Browse the repository at this point in the history
  • Loading branch information
mavickers committed Mar 9, 2024
2 parents 3e83b0d + 02b0398 commit f7cc9b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.Tests/Cargo.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net472;net48;net5.0</TargetFrameworks>
<TargetFrameworks>net472;net48;net6.0;.net7.0;.net8.0</TargetFrameworks>

<IsPackable>false</IsPackable>

Expand Down
10 changes: 5 additions & 5 deletions Cargo/Cargo.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net472;net48;net5.0</TargetFrameworks>
<TargetFrameworks>net472;net48;net6.0;.net7.0;.net8.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>mavickers</Authors>
<Owners>mavickers,lightpath</Owners>
Expand All @@ -21,9 +21,9 @@
<PackageTags>COR</PackageTags>
<Description>A lightweight chain of responsibility library for .Net.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Version>2.0.3.5</Version>
<AssemblyVersion>2.0.3.5</AssemblyVersion>
<FileVersion>2.0.3.5</FileVersion>
<Version>2.0.4.0</Version>
<AssemblyVersion>2.0.4.0</AssemblyVersion>
<FileVersion>2.0.4.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f7cc9b9

Please sign in to comment.