diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-11-02 19:43:20 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-11-02 19:49:33 -0600 |
| commit | 20ea356b2c0b4ab4d29778b4958d5b363f735f1f (patch) | |
| tree | 64be40843e541eebe37ea0ffb5d7cb996f3ae699 /src/test/examples/LatestCoreMBA/Example.LatestCoreMBA.csproj | |
| parent | 0031d5e8f859b342ac9860b7055bb738b6303ec0 (diff) | |
| download | wix-20ea356b2c0b4ab4d29778b4958d5b363f735f1f.tar.gz wix-20ea356b2c0b4ab4d29778b4958d5b363f735f1f.tar.bz2 wix-20ea356b2c0b4ab4d29778b4958d5b363f735f1f.zip | |
More .NET 5 updates.
Fix tests when running on machine with .NET 5.
Update frameworks for .NET Core MBA (3.1 vs 5.0).
Diffstat (limited to 'src/test/examples/LatestCoreMBA/Example.LatestCoreMBA.csproj')
| -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 |
