File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 matrix :
1111 os : [ubuntu-18.04, windows-latest]
12- framework : ['6 .0']
12+ framework : ['7 .0']
1313 include :
1414 - os : ubuntu-18.04
1515 target : linux-x64
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net6 .0</TargetFramework >
4- <LangVersion >8 </LangVersion >
3+ <TargetFramework >net7 .0</TargetFramework >
4+ <LangVersion >11 </LangVersion >
55 <IsPackable >false</IsPackable >
66 <RootNamespace >MultiAdmin.Tests</RootNamespace >
77
1515 </ItemGroup >
1616
1717 <ItemGroup >
18- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.11.0 " />
18+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.1 " />
1919
20- <PackageReference Include =" xunit" Version =" 2.4.1 " />
20+ <PackageReference Include =" xunit" Version =" 2.4.2 " />
2121
22- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3 " >
22+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5 " >
2323 <PrivateAssets >all</PrivateAssets >
2424 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2525 </PackageReference >
2626
27- <PackageReference Include =" coverlet.collector" Version =" 3.1 .0" >
27+ <PackageReference Include =" coverlet.collector" Version =" 3.2 .0" >
2828 <PrivateAssets >all</PrivateAssets >
2929 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3030 </PackageReference >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >Exe</OutputType >
4- <TargetFramework >net6 .0</TargetFramework >
5- <LangVersion >8 </LangVersion >
4+ <TargetFramework >net7 .0</TargetFramework >
5+ <LangVersion >11 </LangVersion >
66 <RootNamespace >MultiAdmin</RootNamespace >
77 <ApplicationIcon >Icon.ico</ApplicationIcon >
88
1919
2020 <Optimize >true</Optimize >
2121
22+ <!-- AOT Compilation -->
23+ <PublishAot >true</PublishAot >
24+ <StripSymbols >true</StripSymbols >
25+
2226 <!-- Workaround to ILCompiler error code 139 -->
2327 <DebugSymbols >false</DebugSymbols >
2428 <DebugType >none</DebugType >
3135 <ItemGroup Condition =" $([MSBuild]::IsOSPlatform('Linux'))" >
3236 <PackageReference Include =" Mono.Posix.NETStandard" Version =" 1.0.0" />
3337 </ItemGroup >
34-
35- <ItemGroup >
36- <PackageReference Include =" Microsoft.DotNet.ILCompiler" Version =" 7.0.0-*" />
37- </ItemGroup >
3838</Project >
You can’t perform that action at this time.
0 commit comments