File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v5
1818
1919 - name : Setup .NET
20- uses : actions/setup-dotnet@v1
20+ uses : actions/setup-dotnet@v5
2121 with :
22- dotnet-version : ' 6 .0.x'
22+ dotnet-version : ' 8 .0.x'
2323
2424 - name : Clean previous install
2525 run : |
Original file line number Diff line number Diff line change 5555 - name : Setup .NET
5656 uses : actions/setup-dotnet@v1
5757 with :
58- dotnet-version : ' 6 .0.x'
58+ dotnet-version : ' 8 .0.x'
5959
6060 - name : Set up Python ${{ matrix.python }}
6161 uses : actions/setup-python@v2
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<Project >
33 <PropertyGroup >
4- <AssemblyCopyright >Copyright (c) 2006-2022 The Contributors of the Python.NET Project</AssemblyCopyright >
4+ <AssemblyCopyright >Copyright (c) 2006-2025 The Contributors of the Python.NET Project</AssemblyCopyright >
55 <AssemblyCompany >pythonnet</AssemblyCompany >
66 <AssemblyProduct >Python.NET</AssemblyProduct >
77 <LangVersion >10.0</LangVersion >
1212 </PropertyGroup >
1313 <ItemGroup >
1414 <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
15- <PackageReference Include =" Microsoft.Net.Compilers.Toolset" Version =" 4.0.1 " >
15+ <PackageReference Include =" Microsoft.Net.Compilers.Toolset" Version =" 4.14.0 " >
1616 <PrivateAssets >all</PrivateAssets >
1717 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
1818 </PackageReference >
19- <PackageReference Include =" NonCopyableAnalyzer" Version =" 0.7.0" >
19+ <!-- PackageReference Include="NonCopyableAnalyzer" Version="0.7.0">
2020 <PrivateAssets>all</PrivateAssets>
2121 <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
22- </PackageReference >
22+ </PackageReference -- >
2323 </ItemGroup >
2424</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net472;net6 .0</TargetFrameworks >
4+ <TargetFrameworks >net472;net8 .0</TargetFrameworks >
55 <AssemblyOriginatorKeyFile >..\pythonnet.snk</AssemblyOriginatorKeyFile >
66 <SignAssembly >true</SignAssembly >
77 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net472;net6 .0</TargetFrameworks >
4+ <TargetFrameworks >net472;net8 .0</TargetFrameworks >
55 </PropertyGroup >
66
77 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >netstandard2.0;net6 .0</TargetFrameworks >
3+ <TargetFrameworks >netstandard2.0;net8 .0</TargetFrameworks >
44 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
55 <GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
66 <AssemblyOriginatorKeyFile >..\pythonnet.snk</AssemblyOriginatorKeyFile >
You can’t perform that action at this time.
0 commit comments