File tree Expand file tree Collapse file tree 2 files changed +21
-23
lines changed
test/Renci.SshNet.AotCompatibilityTestApp Expand file tree Collapse file tree 2 files changed +21
-23
lines changed Original file line number Diff line number Diff line change 44 <CentralPackageVersionOverrideEnabled >false</CentralPackageVersionOverrideEnabled >
55 </PropertyGroup >
66 <ItemGroup >
7- <PackageVersion Include =" BenchmarkDotNet" Version =" 0.15.2 " />
7+ <PackageVersion Include =" BenchmarkDotNet" Version =" 0.15.3 " />
88 <PackageVersion Include =" BouncyCastle.Cryptography" Version =" 2.6.2" />
99 <PackageVersion Include =" coverlet.collector" Version =" 6.0.4" />
1010 <PackageVersion Include =" coverlet.msbuild" Version =" 6.0.4" />
1111 <PackageVersion Include =" GitHubActionsTestLogger" Version =" 2.4.1" />
12- <PackageVersion Include =" Meziantou.Analyzer" Version =" 2.0.213" />
13- <PackageVersion Include =" Microsoft.DotNet.ILCompiler" Version =" 9.0.8" />
12+ <PackageVersion Include =" Meziantou.Analyzer" Version =" 2.0.220" />
1413 <!-- Should stay on LTS .NET releases. -->
1514 <PackageVersion Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.3" />
16- <PackageVersion Include =" Microsoft.Extensions.Logging.Console" Version =" 9.0.8 " />
17- <PackageVersion Include =" MSTest" Version =" 3.10 .3" />
15+ <PackageVersion Include =" Microsoft.Extensions.Logging.Console" Version =" 9.0.9 " />
16+ <PackageVersion Include =" MSTest" Version =" 3.9 .3" />
1817 <PackageVersion Include =" Moq" Version =" 4.20.72" />
1918 <PackageVersion Include =" Nerdbank.GitVersioning" Version =" 3.7.115" />
2019 <PackageVersion Include =" PolySharp" Version =" 1.15.0" />
2423 <PackageVersion Include =" System.Formats.Asn1" Version =" 8.0.2" />
2524 <PackageVersion Include =" Testcontainers" Version =" 4.7.0" />
2625 </ItemGroup >
27- </Project >
26+ </Project >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
2-
3- <PropertyGroup >
4- <OutputType >Exe</OutputType >
5- <TargetFramework >net9.0</TargetFramework >
6- <PublishAot >true</PublishAot >
7- <SelfContained >true</SelfContained >
8- <TrimmerSingleWarn >false</TrimmerSingleWarn >
9- </PropertyGroup >
10-
11- <ItemGroup >
12- <PackageReference Include =" Microsoft.DotNet.ILCompiler" />
13- <ProjectReference Include =" ..\..\src\Renci.SshNet\Renci.SshNet.csproj" />
14- <TrimmerRootAssembly Include =" Renci.SshNet" />
15- </ItemGroup >
16-
17- </Project >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <OutputType >Exe</OutputType >
5+ <TargetFramework >net9.0</TargetFramework >
6+ <PublishAot >true</PublishAot >
7+ <SelfContained >true</SelfContained >
8+ <TrimmerSingleWarn >false</TrimmerSingleWarn >
9+ </PropertyGroup >
10+
11+ <ItemGroup >
12+ <ProjectReference Include =" ..\..\src\Renci.SshNet\Renci.SshNet.csproj" />
13+ <TrimmerRootAssembly Include =" Renci.SshNet" />
14+ </ItemGroup >
15+
16+ </Project >
You can’t perform that action at this time.
0 commit comments