Skip to content

Commit

Permalink
add comment concerning required target framework
Browse files Browse the repository at this point in the history
  • Loading branch information
6bee committed Jul 10, 2024
1 parent ab4797b commit e5aad28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\src\Remote.Linq\Remote.Linq.csproj" />
<PackageReference Include="System.ServiceModel.Primitives" Version="4.10.3" />
<PackageReference Include="System.ServiceModel.Primitives" Version="4.10.3" /> <!-- last version targeting netstandard2.0 is 4.10.3 -->
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\SharedCode\Common.Model.OrderItem.cs" Link="Model\OrderItem.cs" />
Expand Down

0 comments on commit e5aad28

Please sign in to comment.