Skip to content

Commit

Permalink
Upgrade target framework .NET 4.5.2 to .NET 4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shuelsmeier committed Jun 25, 2022
1 parent a7e44c4 commit 3ad1d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.2.3] - 2022-06-25

### Changed
- Upgrade target framework .NET 4.5.2 to .NET 4.6.2
- Bump SimpleInjector from 5.3.2 to 5.3.3
- Bump coverlet.collector from 3.1.0 to 3.1.2
- Bump MSTest.TestFramework from 2.2.8 to 2.2.10
Expand Down
2 changes: 1 addition & 1 deletion KeepAChangelogParser/KeepAChangelogParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AssemblyTitle>KeepAChangeLogParser</AssemblyTitle>
<NeutralLanguage>en-US</NeutralLanguage>
<VersionPrefix>1.2.3.0</VersionPrefix>
<TargetFrameworks>net452;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<TargetFrameworks>net462;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<SignAssembly Condition="'$(Configuration)' == 'Release_Signed'">true</SignAssembly>
<PackageId>KeepAChangeLogParser</PackageId>
<PackageId Condition="'$(SignAssembly)' == 'true'">KeepAChangeLogParser.Signed</PackageId>
Expand Down

0 comments on commit 3ad1d1c

Please sign in to comment.