File tree Expand file tree Collapse file tree 15 files changed +30
-21
lines changed
Expand file tree Collapse file tree 15 files changed +30
-21
lines changed Original file line number Diff line number Diff line change 44using System . Linq ;
55using System . Reflection ;
66using System . Text ;
7- using LinePutScript . Structure ;
87#nullable enable
98namespace LinePutScript . Converter
109{
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <ImplicitUsings >disable</ImplicitUsings >
5- <TargetFramework >netcoreapp3.1 </TargetFramework >
5+ <TargetFramework >net8.0 </TargetFramework >
66 <LangVersion >9.0</LangVersion >
77 <Nullable >enable</Nullable >
88 <GenerateDocumentationFile >True</GenerateDocumentationFile >
Original file line number Diff line number Diff line change 44using System . Linq ;
55using System . Text ;
66using System . Threading . Tasks ;
7- using LinePutScript . Structure ;
87#nullable enable
98namespace LinePutScript . Dictionary
109{
Original file line number Diff line number Diff line change 77using System . Security . Cryptography . X509Certificates ;
88using System . Text ;
99using System . Threading . Tasks ;
10- using LinePutScript . Structure ;
1110using static LinePutScript . Sub ;
1211#nullable enable
1312namespace LinePutScript . Dictionary
Original file line number Diff line number Diff line change 33using System . Linq ;
44using System . Text ;
55using System . Threading . Tasks ;
6- using LinePutScript . Structure ;
76#nullable enable
87namespace LinePutScript
98{
Original file line number Diff line number Diff line change 1- using LinePutScript . Structure ;
2- using System ;
1+ using System ;
32using System . Collections ;
43using System . Collections . Generic ;
54using System . Linq ;
Original file line number Diff line number Diff line change 33using System . Linq ;
44using System . Text ;
55using System . Threading . Tasks ;
6- using fint64 = LinePutScript . Structure . FInt64 ;
6+ using fint64 = LinePutScript . FInt64 ;
77
88#nullable enable
99namespace LinePutScript
Original file line number Diff line number Diff line change 1- using LinePutScript . Structure ;
2- using System ;
1+ using System ;
32using System . Collections ;
43using System . Collections . Generic ;
54using System . Linq ;
Original file line number Diff line number Diff line change 11using LinePutScript . Dictionary ;
2- using LinePutScript . Structure ;
32using System ;
43using System . Collections . Generic ;
54using System . Dynamic ;
Original file line number Diff line number Diff line change 11using LinePutScript . Dictionary ;
2- using LinePutScript . Structure ;
32using System ;
43using System . Collections ;
54using System . Collections . Generic ;
You can’t perform that action at this time.
0 commit comments