File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v4
1515 - uses : actions/setup-python@v4
1616 with :
1717 python-version : ' 3.10'
1818
1919 - name : Setup .NET Core
20- uses : actions/setup-dotnet@v1
20+ uses : actions/setup-dotnet@v3
2121 with :
2222 dotnet-version : |
2323 6.x
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 timeout-minutes : 10
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v1
14+ uses : actions/checkout@v4
1515
1616 - name : Setup .NET Core
17- uses : actions/setup-dotnet@v1
17+ uses : actions/setup-dotnet@v3
1818 with :
1919 dotnet-version : |
2020 6.x
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;netstandard2.1;net6.0;net7.0; net8.0</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks >
55 <GenerateDocumentationFile >true</GenerateDocumentationFile >
66 <Author >Dag Brattli</Author >
77 <Copyright >Dag Brattli</Copyright >
You can’t perform that action at this time.
0 commit comments