Skip to content

Commit

Permalink
Feature/support netstandard 1.3 (#11)
Browse files Browse the repository at this point in the history
* Add support for .netstandard1.3
  • Loading branch information
hhoangnl authored Jan 7, 2021
1 parent 3bc3814 commit 163def6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build, Test and Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NUGET_URL: https://api.nuget.org/v3/index.json
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion FluentArrange.NSubstitute/FluentArrange.NSubstitute.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<LangVersion>8.0</LangVersion>
<Version>0.5.0-alpha</Version>
<Version>0.6.1-alpha</Version>
<Description>FluentArrange using NSubstitute as mocking framework.</Description>
<PackageProjectUrl>https://github.com/hhoangnl/FluentArrange</PackageProjectUrl>
<RepositoryUrl>https://github.com/hhoangnl/FluentArrange</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion FluentArrange/FluentArrange.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<LangVersion>8.0</LangVersion>
<Version>0.6.0-alpha</Version>
<Version>0.6.1-alpha</Version>
<Description>Write clean Arrange code using Fluent syntax.</Description>
<PackageProjectUrl>https://github.com/hhoangnl/FluentArrange</PackageProjectUrl>
<RepositoryUrl>https://github.com/hhoangnl/FluentArrange</RepositoryUrl>
Expand Down

0 comments on commit 163def6

Please sign in to comment.