File tree Expand file tree Collapse file tree 2 files changed +19
-17
lines changed
test/Renci.SshNet.AotCompatibilityTestApp Expand file tree Collapse file tree 2 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 10
10
<PackageVersion Include =" coverlet.msbuild" Version =" 6.0.4" />
11
11
<PackageVersion Include =" GitHubActionsTestLogger" Version =" 2.4.1" />
12
12
<PackageVersion Include =" Meziantou.Analyzer" Version =" 2.0.220" />
13
+ <PackageVersion Include =" Microsoft.DotNet.ILCompiler" Version =" 9.0.9" />
13
14
<!-- Should stay on LTS .NET releases. -->
14
15
<PackageVersion Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.3" />
15
16
<PackageVersion Include =" Microsoft.Extensions.Logging.Console" Version =" 9.0.9" />
16
- <PackageVersion Include =" MSTest" Version =" 3.9.3 " />
17
+ <PackageVersion Include =" MSTest" Version =" 3.10.4 " />
17
18
<PackageVersion Include =" Moq" Version =" 4.20.72" />
18
19
<PackageVersion Include =" Nerdbank.GitVersioning" Version =" 3.7.115" />
19
20
<PackageVersion Include =" PolySharp" Version =" 1.15.0" />
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
- <ProjectReference Include =" ..\..\src\Renci.SshNet\Renci.SshNet.csproj" />
13
- <TrimmerRootAssembly Include =" Renci.SshNet" />
14
- </ItemGroup >
15
-
16
- </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
+ <PackageReference Include =" Microsoft.DotNet.ILCompiler" />
13
+ <ProjectReference Include =" ..\..\src\Renci.SshNet\Renci.SshNet.csproj" />
14
+ <TrimmerRootAssembly Include =" Renci.SshNet" />
15
+ </ItemGroup >
16
+
17
+ </Project >
You can’t perform that action at this time.
0 commit comments