Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcoltheart committed Jan 26, 2021
1 parent 5ed7261 commit fe3c58c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
mode: ContinuousDelivery
next-version: 1.1.0
commit-message-incrementing: Disabled
legacy-semver-padding: 0
branches:
master:
regex: ^master$
mode: ContinuousDelivery
tag: ''
increment: Patch
is-release-branch: false
release:
regex: ^releases?[/-]
mode: ContinuousDelivery
tag: ''
increment: Patch
is-release-branch: true
3 changes: 2 additions & 1 deletion src/Machine.Specifications/Machine.Specifications.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@
<PackageProjectUrl>http://github.com/machine/machine.specifications</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.0</NetStandardImplicitPackageVersion>
<FrameworkPathOverride Condition=" '$(TargetFramework)' == 'net35' ">C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net35' ">
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Runtime.Remoting" />
<Reference Include="System" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="all" />
<PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1" PrivateAssets="all" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net40' ">
Expand Down

0 comments on commit fe3c58c

Please sign in to comment.