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/EarliestCoreMBA/Example.EarliestCoreMBA.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/EarliestCoreMBA/Example.EarliestCoreMBA.csproj')
| -rw-r--r-- | src/test/examples/EarliestCoreMBA/Example.EarliestCoreMBA.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/examples/EarliestCoreMBA/Example.EarliestCoreMBA.csproj b/src/test/examples/EarliestCoreMBA/Example.EarliestCoreMBA.csproj index 19fbd249..cb66c138 100644 --- a/src/test/examples/EarliestCoreMBA/Example.EarliestCoreMBA.csproj +++ b/src/test/examples/EarliestCoreMBA/Example.EarliestCoreMBA.csproj | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | <Project Sdk="Microsoft.NET.Sdk"> | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
| 2 | 2 | ||
| 3 | <PropertyGroup> | 3 | <PropertyGroup> |
| 4 | <TargetFramework>netcoreapp3.0</TargetFramework> | 4 | <TargetFramework>netcoreapp3.1</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>Earliest .NET Core MBA</Description> | 7 | <Description>Earliest .NET Core MBA</Description> |
| @@ -13,6 +13,6 @@ | |||
| 13 | 13 | ||
| 14 | <ItemGroup> | 14 | <ItemGroup> |
| 15 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="all" /> | 15 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="all" /> |
| 16 | <PackageReference Include="WixToolset.Mba.Core" Version="4.0.41" /> | 16 | <PackageReference Include="WixToolset.Mba.Core" Version="4.0.*" /> |
| 17 | </ItemGroup> | 17 | </ItemGroup> |
| 18 | </Project> \ No newline at end of file | 18 | </Project> \ No newline at end of file |
