Skip to content

Commit

Permalink
fix: Remove support for net5 (#558)
Browse files Browse the repository at this point in the history
* fix: Add bindinglist support for net6

* Update version.json

* Update DynamicData.csproj
  • Loading branch information
glennawatson authored Feb 13, 2022
1 parent d7b7459 commit 2dab31f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DynamicData/DynamicData.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net461;uap10.0.16299;net5.0;net6.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462;uap10.0.16299;net6.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>true</IsPackable>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.4",
"version": "7.5",
"publicReleaseRefSpec": [
"^refs/heads/main$", // we release out of master
"^refs/heads/preview/.*", // we release previews
Expand Down

0 comments on commit 2dab31f

Please sign in to comment.