File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 : ' 10 .0.x'
2323
2424 - name : Clean previous install
2525 run : |
Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ jobs:
4242 mono-version : latest
4343
4444 - name : Checkout code
45- uses : actions/checkout@v2
45+ uses : actions/checkout@v5
4646
4747 - name : Setup .NET
48- uses : actions/setup-dotnet@v1
48+ uses : actions/setup-dotnet@v5
4949 with :
50- dotnet-version : ' 6 .0.x '
50+ dotnet-version : ' 10 .0.100-preview.5.25277.114 '
5151
5252 - name : Set up Python ${{ matrix.python }}
5353 uses : actions/setup-python@v2
Original file line number Diff line number Diff line change 44 <AssemblyCopyright >Copyright (c) 2006-2022 The Contributors of the Python.NET Project</AssemblyCopyright >
55 <AssemblyCompany >pythonnet</AssemblyCompany >
66 <AssemblyProduct >Python.NET</AssemblyProduct >
7- <LangVersion >10 .0</LangVersion >
7+ <LangVersion >12 .0</LangVersion >
88 <IsPackable >false</IsPackable >
99 <FullVersion >$([System.IO.File]::ReadAllText("$(MSBuildThisFileDirectory)version.txt").Trim())</FullVersion >
1010 <VersionPrefix >$(FullVersion.Split('-', 2)[0])</VersionPrefix >
1111 <VersionSuffix Condition =" $(FullVersion.Contains('-'))" >$(FullVersion.Split('-', 2)[1])</VersionSuffix >
1212 </PropertyGroup >
1313 <ItemGroup >
1414 <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
15- <PackageReference Include =" Microsoft.Net.Compilers.Toolset" Version =" 4.0.1" >
16- <PrivateAssets >all</PrivateAssets >
17- <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
18- </PackageReference >
19- <PackageReference Include =" NonCopyableAnalyzer" Version =" 0.7.0" >
20- <PrivateAssets >all</PrivateAssets >
21- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
22- </PackageReference >
2315 </ItemGroup >
2416</Project >
Original file line number Diff line number Diff line change 1+ {
2+ "sdk" : {
3+ "version" : " 10.0.100-preview.5.25277.114" ,
4+ "rollForward" : " disable"
5+ }
6+ }
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ deployment:
3939 - ./pythonnet/runtime/Python.Runtime.dll
4040 -
4141 type : customized
42- allow_branches : dynamo_py3
42+ allow_branches : testnet
4343 scripts :
44- - dotnet pack --no-build --configuration Release --version-suffix preview -%BUILD_DATE% --output "Release-Preview"
44+ - dotnet pack --no-build --configuration Release --version-suffix test -%BUILD_DATE% --output "Release-Preview"
4545 - dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key %API_KEY% "Release-Preview/**/*.nupkg"
4646 - dotnet nuget push --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key %API_KEY% "Release-Preview/**/*.snupkg"
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;net10 .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;net10 .0</TargetFrameworks >
55 <AssemblyOriginatorKeyFile >..\pythonnet.snk</AssemblyOriginatorKeyFile >
66 <SignAssembly >true</SignAssembly >
77 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments