Skip to content

Commit 3e3ee4b

Browse files
Moved package reference System.Xml.XmlSerializer to netstandard1_3
1 parent 93c0fd2 commit 3e3ee4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DotNetToolkit.Repository.Xml/DotNetToolkit.Repository.Xml.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Description>A repository context provider for storing entities in a XML formatted file.</Description>
1010
</PropertyGroup>
1111

12-
<ItemGroup>
12+
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
1313
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
1414
</ItemGroup>
1515

0 commit comments

Comments
 (0)