Skip to content

Commit 1a80ce3

Browse files
authored
Merge pull request #1462 from valadas/nuke-10
Updated Nuke to latest v10
2 parents f69cc25 + 71df28c commit 1a80ce3

9 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/Deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: ubuntu-latest
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v6
3434
with:
3535
fetch-depth: 0
3636
- name: 'Run: Deploy'

.github/workflows/PR_Validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: ubuntu-latest
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v6
3333
with:
3434
fetch-depth: 0
3535
- name: 'Run: Compile, BuildStorybook'

.github/workflows/Publish_Site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: ubuntu-latest
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0
3333
- name: 'Run: PublishSite'

_build/_build.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net9.0</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<RootNamespace></RootNamespace>
77
<NoWarn>CS0649;CS0169</NoWarn>
88
<NukeRootDirectory>..</NukeRootDirectory>
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Nuke.Common" Version="9.0.4" />
14+
<PackageReference Include="Nuke.Common" Version="10.1.0" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.202",
3+
"version": "10.0.103",
44
"rollForward": "latestMajor"
55
}
66
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dnncommunity/dnn-elements-react",
3-
"version": "0.28.0-alpha.328",
3+
"version": "0.28.0-alpha.330",
44
"description": "Dnn themed custom elements with react wrappers.",
55
"homepage": "https://github.com/dnncommunity/dnn-elements",
66
"license": "MIT",

packages/stencil-library/licenses.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"@dnncommunity/dnn-elements@0.28.0-alpha.328": {
2+
"@dnncommunity/dnn-elements@0.28.0-alpha.330": {
33
"licenses": "MIT",
44
"repository": "https://github.com/dnncommunity/dnn-elements",
55
"path": "",

packages/stencil-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dnncommunity/dnn-elements",
3-
"version": "0.28.0-alpha.328",
3+
"version": "0.28.0-alpha.330",
44
"description": "Dnn themed custom elements.",
55
"repository": "https://github.com/dnncommunity/dnn-elements",
66
"homepage": "https://dnncommunity.github.io/dnn-elements",

0 commit comments

Comments
 (0)