Skip to content

Commit 0621b31

Browse files
committed
Dropping explicit build target of net4.6 and just netstandard2.0
This brings it in line with changes made on ecsrx.
1 parent a508aff commit 0621b31

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 5.1.{build}
1+
version: 6.0.{build}
22
branches:
33
only:
44
- main

src/SystemsRx.Infrastructure.Ninject/SystemsRx.Infrastructure.Ninject.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Version>0.0.0</Version>
5-
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
5+
<TargetFramework>netstandard2.0</TargetFramework>
66
<Title>SystemsRx.Infrastructure.Ninject</Title>
77
<Authors>Grofit (LP)</Authors>
88
<PackageLicenseUrl>https://github.com/ecsrx/systemsrx/blob/master/LICENSE</PackageLicenseUrl>

src/SystemsRx.Infrastructure/SystemsRx.Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Version>0.0.0</Version>
5-
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
5+
<TargetFramework>netstandard2.0</TargetFramework>
66
<Title>SystemsRx.Infrastructure</Title>
77
<Authors>Grofit (LP)</Authors>
88
<PackageLicenseUrl>https://github.com/ecsrx/systemsrx/blob/master/LICENSE</PackageLicenseUrl>

src/SystemsRx.MicroRx/SystemsRx.MicroRx.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Version>0.0.0</Version>
5-
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
5+
<TargetFramework>netstandard2.0</TargetFramework>
66
<Title>SystemsRx.MicroRx</Title>
77
<Authors>Grofit (LP)</Authors>
88
<PackageLicenseUrl>https://github.com/ecsrx/systemsrx/blob/master/LICENSE</PackageLicenseUrl>

src/SystemsRx.Plugins.Computeds/SystemsRx.Plugins.Computeds.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Version>0.0.0</Version>
5-
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
5+
<TargetFramework>netstandard2.0</TargetFramework>
66
<Title>SystemsRx.Plugins.Computeds</Title>
77
<Authors>Grofit (LP)</Authors>
88
<PackageLicenseUrl>https://github.com/ecsrx/systemsrx/blob/master/LICENSE</PackageLicenseUrl>

src/SystemsRx.ReactiveData/SystemsRx.ReactiveData.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Version>0.0.0</Version>
5-
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
5+
<TargetFramework>netstandard2.0</TargetFramework>
66
<Title>SystemsRx.ReactiveData</Title>
77
<Authors>Grofit (LP)</Authors>
88
<PackageLicenseUrl>https://github.com/ecsrx/systemsrx/blob/master/LICENSE</PackageLicenseUrl>

src/SystemsRx/SystemsRx.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Version>0.0.0</Version>
5-
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
5+
<TargetFramework>netstandard2.0</TargetFramework>
66
<Title>SystemsRx</Title>
77
<Authors>Grofit (LP)</Authors>
88
<PackageLicenseUrl>https://github.com/ecsrx/systemsrx/blob/master/LICENSE</PackageLicenseUrl>

0 commit comments

Comments
 (0)