Skip to content

Commit 92efc36

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents ece4e22 + ebd7ce2 commit 92efc36

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 5.2.{build}
1+
version: 6.1.{build}
22
branches:
33
only:
44
- main
@@ -27,7 +27,7 @@ deploy:
2727
APPVEYOR_REPO_TAG: true
2828
server:
2929
api_key:
30-
secure: dF18uWBA6R6Vw2bgkeNvckJ6MNj+2hR0hfyA8o5y7pZf7lHLfIezMYVvvmtHLU+k
30+
secure: wJrG+bs2kamc9yejb3cqEmtCGrF9IcqdyU/iApCiWSofb+y69srQF5cmt9xu30/O
3131
skip_symbols: true
3232
symbol_server:
3333
artifact: /.*\.nupkg/

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)