Skip to content

Commit

Permalink
[del] .NET Standard 1.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Jul 21, 2022
1 parent db05e4d commit 6e3ac85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/Simplify.DI.Provider.SimpleInjector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [1.10.2] - 2022-07-21
## [1.11.0] - 2022-07-21

### Removed

- .NET Standard 1.3 support

### Added

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;netstandard2.0;netstandard1.3;net452</TargetFrameworks>
<TargetFrameworks>net6.0;netstandard2.0;net452</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Version>1.10.2</Version>
<Version>1.11</Version>

<Authors>Alexander Krylkov</Authors>
<Product>Simplify</Product>
Expand Down

0 comments on commit 6e3ac85

Please sign in to comment.