diff options
Diffstat (limited to 'src/test/examples/LatestCoreMBA')
| -rw-r--r-- | src/test/examples/LatestCoreMBA/Example.LatestCoreMBA.csproj | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/test/examples/LatestCoreMBA/Example.LatestCoreMBA.csproj b/src/test/examples/LatestCoreMBA/Example.LatestCoreMBA.csproj index ccc642f0..9f3f02d9 100644 --- a/src/test/examples/LatestCoreMBA/Example.LatestCoreMBA.csproj +++ b/src/test/examples/LatestCoreMBA/Example.LatestCoreMBA.csproj | |||
| @@ -1,23 +1,21 @@ | |||
| 1 | <Project Sdk="Microsoft.NET.Sdk"> | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
| 2 | 2 | ||
| 3 | <PropertyGroup> | 3 | <PropertyGroup> |
| 4 | <TargetFramework>netcoreapp3.1</TargetFramework> | 4 | <TargetFramework>net5.0</TargetFramework> |
| 5 | <RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers> | 5 | <RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers> |
| 6 | <EnableDynamicLoading>true</EnableDynamicLoading> | 6 | <EnableDynamicLoading>true</EnableDynamicLoading> |
| 7 | <Description>Latest .NET Core MBA</Description> | 7 | <Description>Latest .NET Core MBA</Description> |
| 8 | </PropertyGroup> | 8 | </PropertyGroup> |
| 9 | 9 | ||
| 10 | <PropertyGroup Condition="'$(PublishTrimmed)'=='true'"> | ||
| 11 | <PublishReadyToRunShowWarnings>false</PublishReadyToRunShowWarnings> | ||
| 12 | <PublishReadyToRun>true</PublishReadyToRun> | ||
| 13 | </PropertyGroup> | ||
| 14 | |||
| 15 | <ItemGroup> | 10 | <ItemGroup> |
| 11 | <TrimmerRootAssembly Include="System.Diagnostics.Tools" /> | ||
| 12 | <TrimmerRootAssembly Include="System.Runtime" /> | ||
| 13 | <TrimmerRootAssembly Include="System.Runtime.InteropServices" /> | ||
| 16 | <TrimmerRootAssembly Include="System.Runtime.Loader" /> | 14 | <TrimmerRootAssembly Include="System.Runtime.Loader" /> |
| 17 | </ItemGroup> | 15 | </ItemGroup> |
| 18 | 16 | ||
| 19 | <ItemGroup> | 17 | <ItemGroup> |
| 20 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="all" /> | 18 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="all" /> |
| 21 | <PackageReference Include="WixToolset.Mba.Core" Version="4.0.41" /> | 19 | <PackageReference Include="WixToolset.Mba.Core" Version="4.0.*" /> |
| 22 | </ItemGroup> | 20 | </ItemGroup> |
| 23 | </Project> \ No newline at end of file | 21 | </Project> \ No newline at end of file |
