Skip to content

Commit f87e38e

Browse files
committed
Update .NET version to 10.0.x in workflow files
1 parent 6f6f76e commit f87e38e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v*'
77

88
env:
9-
DOTNET_VERSION: 9.0.x
9+
DOTNET_VERSION: 10.0.x
1010

1111
jobs:
1212
build:

.github/workflows/deploy-document.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Use Node.js ${{ matrix.node-version }}
1919
uses: actions/setup-node@v1
2020
with:
21-
node-version: '12.x'
21+
node-version: '22.x'
2222
registry-url: 'https://registry.npmjs.org'
2323
- run: |
2424
npm install

.github/workflows/dotnet-core-unit-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ main ]
66

77
env:
8-
DOTNET_VERSION: 9.0.x
8+
DOTNET_VERSION: 10.0.x
99

1010
jobs:
1111
build:

README.md

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

33
# ReactiveProperty
44

5-
ReactiveProperty provides MVVM and asynchronous support features under Reactive Extensions. Target framework is .NET 6.0+, .NET Framework 4.7.2 and .NET Standard 2.0.
5+
ReactiveProperty provides MVVM and asynchronous support features under Reactive Extensions. Target framework is .NET 8.0+, .NET Framework 4.7.2 and .NET Standard 2.0.
66

77
![](https://img.shields.io/nuget/v/ReactiveProperty.svg)
88
![](https://img.shields.io/nuget/dt/ReactiveProperty.svg)

0 commit comments

Comments
 (0)