Skip to content

Commit

Permalink
Merge ae96fda into 0da1f76
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-E-angelo authored Nov 3, 2021
2 parents 0da1f76 + ae96fda commit 3c3a5d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp2.1;net462</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net471</TargetFrameworks>
<AssemblyName>ExtendedXmlSerializer.Samples</AssemblyName>
<OutputType>Exe</OutputType>
<PackageId>ExtendedXmlSerializer.Samples</PackageId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netcoreapp2.1</TargetFrameworks>
<TargetFrameworks>net471;netcoreapp3.1</TargetFrameworks>
<AssemblyName>ExtendedXmlSerializer.Tests.Performance</AssemblyName>
<OutputType>Exe</OutputType>
<PackageId>ExtendedXmlSerializer.Tests.Performance</PackageId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp2.1;net471</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net471</TargetFrameworks>
<LangVersion>9.0</LangVersion>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
Expand Down

0 comments on commit 3c3a5d4

Please sign in to comment.