Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
.Net Standard 1.3 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
rstaib committed Oct 11, 2018
1 parent 50498f0 commit 85983fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"dotnet-test-explorer.testProjectPath": "src"
"dotnet-test-explorer.testProjectPath": "src/Core.Tests"
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Set the _.Net Standard_ version to `1.3` in order to support _.Net 4.6_ framework.

## [1.0.3] - 2018-10-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>netstandard1.3</TargetFramework>
<AssemblyName>GreenDonut</AssemblyName>
<RootNamespace>GreenDonut</RootNamespace>
<PackageId>GreenDonut</PackageId>
Expand Down

0 comments on commit 85983fd

Please sign in to comment.