File tree Expand file tree Collapse file tree 5 files changed +4
-7
lines changed
Expand file tree Collapse file tree 5 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1919 with :
2020 submodules : true
2121 - name : Test
22- run : dotnet test -c Release -f netcoreapp3.1
22+ run : dotnet test -c Release -f net5
2323 - name : Generate PDF with CSharp code
2424 if : github.event_name == 'push'
2525 run : |
Original file line number Diff line number Diff line change @@ -328,6 +328,3 @@ ASALocalRun/
328328
329329# MFractors (Xamarin productivity tool) working folder
330330.mfractor /
331-
332- # GitHub refuses chages to .github folder at the moment
333- .github /
Original file line number Diff line number Diff line change 66 <AssemblyTitle >Platform.Threading</AssemblyTitle >
77 <VersionPrefix >0.1.1</VersionPrefix >
88 <Authors >Konstantin Diachenko</Authors >
9- <TargetFrameworks >net472;netstandard2.0;netstandard2.1</TargetFrameworks >
9+ <TargetFrameworks >net472;netstandard2.0;netstandard2.1;net5 </TargetFrameworks >
1010 <AssemblyName >Platform.Threading</AssemblyName >
1111 <PackageId >Platform.Threading</PackageId >
1212 <PackageTags >LinksPlatform;Threading;ISynchronization;ISynchronizationExtensions;ISynchronized;ReaderWriterLockSynchronization;Unsynchronization;ConcurrentQueueExtensions;TaskExtensions;ThreadHelpers</PackageTags >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net472;netcoreapp2.1;netcoreapp3.0 </TargetFrameworks >
4+ <TargetFrameworks >net472;netcoreapp2.1;netcoreapp3.1;net5 </TargetFrameworks >
55 <IsPackable >false</IsPackable >
66 <LangVersion >latest</LangVersion >
77 </PropertyGroup >
Original file line number Diff line number Diff line change 66 <AssemblyTitle >Platform.Threading</AssemblyTitle >
77 <VersionPrefix >0.2.1</VersionPrefix >
88 <Authors >Konstantin Diachenko</Authors >
9- <TargetFrameworks >net472;netstandard2.0;netstandard2.1</TargetFrameworks >
9+ <TargetFrameworks >net472;netstandard2.0;netstandard2.1;net5 </TargetFrameworks >
1010 <AssemblyName >Platform.Threading</AssemblyName >
1111 <PackageId >Platform.Threading</PackageId >
1212 <PackageTags >LinksPlatform;Threading;ISynchronization;ISynchronizationExtensions;ISynchronized;ReaderWriterLockSynchronization;Unsynchronization;ConcurrentQueueExtensions;TaskExtensions;ThreadHelpers</PackageTags >
You can’t perform that action at this time.
0 commit comments