Skip to content

Commit

Permalink
Merge pull request #99 from gitfool/renovate/major-dotnet-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool authored Jan 7, 2024
2 parents dab4aa1 + e01f855 commit c843f7e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 41 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
displayName: Install dotnet
inputs:
# renovate: datasource=dotnet depName=dotnet-sdk
version: 7.0.404
version: 8.0.100

- task: Cache@2
displayName: Cache packages
Expand All @@ -70,7 +70,7 @@ jobs:
displayName: Install dotnet
inputs:
# renovate: datasource=dotnet depName=dotnet-sdk
version: 7.0.404
version: 8.0.100

- task: Cache@2
displayName: Cache packages
Expand All @@ -94,7 +94,7 @@ jobs:
displayName: Install dotnet
inputs:
# renovate: datasource=dotnet depName=dotnet-sdk
version: 7.0.404
version: 8.0.100

- task: Cache@2
displayName: Cache packages
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/setup-dotnet@v3.2.0
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 7.0.404
dotnet-version: 8.0.100

- name: Cache packages
uses: actions/cache@v3.3.2
Expand All @@ -79,7 +79,7 @@ jobs:
uses: actions/setup-dotnet@v3.2.0
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 7.0.404
dotnet-version: 8.0.100

- name: Cache packages
uses: actions/cache@v3.3.2
Expand All @@ -104,7 +104,7 @@ jobs:
uses: actions/setup-dotnet@v3.2.0
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 7.0.404
dotnet-version: 8.0.100

- name: Cache packages
uses: actions/cache@v3.3.2
Expand Down
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ build-linux:
files: [ packages.lock.json ]
script:
# renovate: datasource=dotnet depName=dotnet-sdk
- curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 7.0.404
- curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.100
- export DOTNET_ROOT=$HOME/.dotnet && export PATH=$DOTNET_ROOT:$PATH
- dotnet tool restore && dotnet cake --verbosity=verbose

Expand All @@ -52,7 +52,7 @@ build-linux:
# files: [ packages.lock.json ]
# script:
# # renovate: datasource=dotnet depName=dotnet-sdk
# - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 7.0.404
# - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.100
# - export DOTNET_ROOT=$HOME/.dotnet && export PATH=$DOTNET_ROOT:$PATH
# - dotnet tool restore && dotnet cake --verbosity=verbose

Expand All @@ -66,6 +66,6 @@ build-windows:
files: [ packages.lock.json ]
script:
# renovate: datasource=dotnet depName=dotnet-sdk
- '&powershell -NoProfile -ExecutionPolicy Unrestricted -Command "&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing https://dot.net/v1/dotnet-install.ps1))) -Version 7.0.404"'
- '&powershell -NoProfile -ExecutionPolicy Unrestricted -Command "&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing https://dot.net/v1/dotnet-install.ps1))) -Version 8.0.100"'
- $env:DOTNET_ROOT="$env:LocalAppData\Microsoft\dotnet" ; $env:PATH="$env:DOTNET_ROOT;$env:PATH"
- dotnet tool restore ; dotnet cake --verbosity=verbose
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="NuGetizer" Version="1.2.1" PrivateAssets="All" />
</ItemGroup>
</Project>
34 changes: 3 additions & 31 deletions packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@
"version": 1,
"dependencies": {
".NETStandard,Version=v2.0": {
"Microsoft.SourceLink.GitHub": {
"type": "Direct",
"requested": "[1.1.1, )",
"resolved": "1.1.1",
"contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==",
"dependencies": {
"Microsoft.Build.Tasks.Git": "1.1.1",
"Microsoft.SourceLink.Common": "1.1.1"
}
},
"NETStandard.Library": {
"type": "Direct",
"requested": "[2.0.3, )",
Expand All @@ -23,32 +13,14 @@
},
"NuGetizer": {
"type": "Direct",
"requested": "[1.0.4, )",
"resolved": "1.0.4",
"contentHash": "mtY8u7XyBOJ5oJYpGDCQseSBUqjV7e26UbLZRBapkd7AeZlsGMGtOSrF9IMuSGlzdluos7c/qXcr6lNEtWtZRg==",
"dependencies": {
"Devlooped.SponsorLink": "0.10.5"
}
},
"Devlooped.SponsorLink": {
"type": "Transitive",
"resolved": "0.10.5",
"contentHash": "pN72e3YLnTYsbyTG8E0Wa/JUXunf92fwPLfd6F/3TiHKFL3ZZREZpLDocTskGGp/uQWxI3Y8HWQeHyFS0yQ/nw=="
},
"Microsoft.Build.Tasks.Git": {
"type": "Transitive",
"resolved": "1.1.1",
"contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q=="
"requested": "[1.2.1, )",
"resolved": "1.2.1",
"contentHash": "9+xLkeFvpR0QzClFLaW/JwM+VNDwDQ22+aZmbljDxopk9aWn/MWaWJWgWUotpOUT7xWrijKTp9pfHfLT5BJfig=="
},
"Microsoft.NETCore.Platforms": {
"type": "Transitive",
"resolved": "1.1.0",
"contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A=="
},
"Microsoft.SourceLink.Common": {
"type": "Transitive",
"resolved": "1.1.1",
"contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg=="
}
}
}
Expand Down

0 comments on commit c843f7e

Please sign in to comment.