Skip to content

Commit

Permalink
Change targets to standard 2.1 (#2)
Browse files Browse the repository at this point in the history
* Change targets to standard 2.1

* Update pipeline
  • Loading branch information
kurtmkurtm committed May 24, 2020
1 parent b4e2d32 commit 1d99a30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ pool:
variables:
buildConfiguration: 'Release'
majorVersion: 0
minorVersion: 0
minorVersion: 1
suffix: 'beta'

stages:
- stage: Version
displayName: Versioning
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
jobs:
- job:
variables:
Expand Down
2 changes: 1 addition & 1 deletion src/LiquidTestReports.Core/LiquidTestReports.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>LiquidTestReports.Core</AssemblyName>
<TargetFrameworks>netstandard2.0;net451</TargetFrameworks>
<TargetFrameworks>netstandard2.1;net451</TargetFrameworks>
<RepositoryUrl>https://github.com/kurtmkurtm/LiquidTestReports</RepositoryUrl>
<PackageProjectUrl>https://github.com/kurtmkurtm/LiquidTestReports</PackageProjectUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>LiquidTestReports.Custom.TestLogger</AssemblyName>
<TargetFrameworks>netstandard2.0;net451</TargetFrameworks>
<TargetFrameworks>netstandard2.1;net451</TargetFrameworks>
<RepositoryUrl>https://github.com/kurtmkurtm/LiquidTestReports</RepositoryUrl>
<PackageProjectUrl>https://github.com/kurtmkurtm/LiquidTestReports</PackageProjectUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>LiquidTestReports.Markdown.TestLogger</AssemblyName>
<TargetFrameworks>netstandard2.0;net451</TargetFrameworks>
<TargetFrameworks>netstandard2.1;net451</TargetFrameworks>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/kurtmkurtm/LiquidTestReports</PackageProjectUrl>
<RepositoryUrl>https://github.com/kurtmkurtm/LiquidTestReports</RepositoryUrl>
Expand Down

0 comments on commit 1d99a30

Please sign in to comment.