Skip to content

Commit

Permalink
Update XmlDifference.fsproj
Browse files Browse the repository at this point in the history
  • Loading branch information
jkone27 authored Nov 10, 2024
1 parent 0228e43 commit 9bb7b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XmlDifference/XmlDifference.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IsPackable>true</IsPackable>
<TargetFrameworks>netstandard1.6;netstandard2.0</TargetFrameworks>
<TargetFramework>netstandard2.0</TargetFramework>
<OutputType>Library</OutputType>
<PackageId>XmlDifference</PackageId>
<PackageVersion>0.0.1</PackageVersion>
Expand All @@ -25,4 +25,4 @@
<Compile Include="DiffExtensions.fs" />
<None Include="..\Licence.md" Pack="true" PackagePath="$(PackageLicenseFile)"/>
</ItemGroup>
</Project>
</Project>

0 comments on commit 9bb7b33

Please sign in to comment.