Skip to content

Commit

Permalink
Update copyright to 2022, SourceLink to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjarobot authored Dec 1, 2022
1 parent b070c05 commit 26738bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/FSharp.Text.Docker.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net5.0;net6.0</TargetFrameworks>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Copyright>Copyright (c) 2017-2021 Dave Curylo</Copyright>
<Copyright>Copyright (c) 2017-2022 Dave Curylo</Copyright>
<Description>Building Dockerfiles from F#.</Description>
<PackageProjectUrl>https://github.com/ninjarobot/FSharp.Text.Docker</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand All @@ -20,8 +20,8 @@
<PackageReference Update="FSharp.Core" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="System.Text.Json" Version="5.0.1" />
</ItemGroup></Project>
</ItemGroup></Project>

0 comments on commit 26738bc

Please sign in to comment.