File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ public static ustring Contents {
51
51
Application . Driver . Clipboard . SetClipboardData ( value . ToString ( ) ) ;
52
52
}
53
53
contents = value ;
54
- } catch ( NotSupportedException e ) {
55
- throw e ;
54
+ } catch ( NotSupportedException ) {
55
+ throw ;
56
56
} catch ( Exception ) {
57
57
contents = value ;
58
58
}
Original file line number Diff line number Diff line change 20
20
<DebugType >portable</DebugType >
21
21
</PropertyGroup >
22
22
<PropertyGroup >
23
- <TargetFrameworks >net472;netstandard2.1;net7.0</TargetFrameworks >
23
+ <TargetFrameworks >net472;netstandard2.0;netstandard2. 1;net7.0;net8 .0</TargetFrameworks >
24
24
<RootNamespace >Terminal.Gui</RootNamespace >
25
25
<AssemblyName >Terminal.Gui</AssemblyName >
26
26
<SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >Exe</OutputType >
4
- <TargetFramework >net7 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
<LangVersion >9.0</LangVersion >
6
6
<StartupObject >UICatalog.UICatalogApp</StartupObject >
7
7
<DockerDefaultTargetOS >Linux</DockerDefaultTargetOS >
22
22
<ItemGroup >
23
23
<PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.20.1" />
24
24
<PackageReference Include =" SixLabors.ImageSharp" Version =" 3.1.4" />
25
- <PackageReference Include =" CsvHelper" Version =" 32.0.2 " />
25
+ <PackageReference Include =" CsvHelper" Version =" 32.0.3 " />
26
26
<PackageReference Include =" Microsoft.DotNet.PlatformAbstractions" Version =" 3.1.6" />
27
27
</ItemGroup >
28
28
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >net7 .0</TargetFramework >
3
+ <TargetFramework >net8 .0</TargetFramework >
4
4
<!-- https://stackoverflow.com/questions/294216/why-does-c-sharp-forbid-generic-attribute-types -->
5
5
<!-- for AutoInitShutdown attribute -->
6
6
<LangVersion >Preview</LangVersion >
19
19
</PropertyGroup >
20
20
<ItemGroup >
21
21
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.10.0" />
22
- <PackageReference Include =" ReportGenerator" Version =" 5.2.5 " />
22
+ <PackageReference Include =" ReportGenerator" Version =" 5.3.4 " />
23
23
<PackageReference Include =" System.Collections" Version =" 4.3.0" />
24
- <PackageReference Include =" xunit" Version =" 2.8.0 " />
25
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.0 " >
24
+ <PackageReference Include =" xunit" Version =" 2.8.1 " />
25
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.1 " >
26
26
<PrivateAssets >all</PrivateAssets >
27
27
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
28
28
</PackageReference >
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" :{
3
- "version" :" 7 .0.200 " ,
3
+ "version" :" 8 .0.204 " ,
4
4
"rollForward" :" latestMinor"
5
5
}
6
6
}
You can’t perform that action at this time.
0 commit comments