Skip to content

Commit

Permalink
feat: move to dotnet 6.0.3
Browse files Browse the repository at this point in the history
BREAKING CHANGE: move to dotnet 6.0.3
  • Loading branch information
pgallik authored and lvermeulen committed Mar 24, 2022
1 parent 6dcb8cb commit 1e7e1b8
Show file tree
Hide file tree
Showing 13 changed files with 9,578 additions and 2,940 deletions.
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"isRoot": true,
"tools": {
"fake-cli": {
"version": "5.20.4-alpha.1642",
"version": "5.22.0",
"commands": [
"fake"
]
},
"paket": {
"version": "6.0.0-rc001",
"version": "7.0.2",
"commands": [
"paket"
]
Expand Down
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @yreynhout
* @Informatievlaanderen/basisregisters-vlaanderen-admin
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3

- name: Cache NPM
uses: actions/cache@v2.1.6
uses: actions/cache@v3
env:
cache-name: cache-npm
with:
Expand All @@ -26,7 +26,7 @@ jobs:
${{ runner.os }}-build-${{ env.cache-name }}-
- name: Cache Paket
uses: actions/cache@v2.1.6
uses: actions/cache@v3
env:
cache-name: cache-paket
with:
Expand All @@ -36,7 +36,7 @@ jobs:
${{ runner.os }}-build-${{ env.cache-name }}-
- name: Cache Python
uses: actions/cache@v2.1.6
uses: actions/cache@v3
env:
cache-name: cache-pip
with:
Expand All @@ -48,15 +48,15 @@ jobs:
shell: bash

- name: Setup Node.js
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v3

- name: Setup .NET Core
uses: actions/setup-dotnet@v1.8.0
uses: actions/setup-dotnet@v2
with:
dotnet-version: ${{ secrets.VBR_DOTNET_VERSION }}

- name: Set up Python
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v3
with:
python-version: '3.x'

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Digitaal Vlaanderen
Copyright (c) 2022 Digitaal Vlaanderen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions build.fsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#r "paket:
version 6.0.0-rc001
framework: netstandard20
version 7.0.2
framework: net6.0
source https://api.nuget.org/v3/index.json
nuget Be.Vlaanderen.Basisregisters.Build.Pipeline 5.0.3 //"
nuget Be.Vlaanderen.Basisregisters.Build.Pipeline 6.0.3 //"

#load "packages/Be.Vlaanderen.Basisregisters.Build.Pipeline/Content/build-generic.fsx"

Expand Down
Loading

0 comments on commit 1e7e1b8

Please sign in to comment.