Skip to content

Commit

Permalink
Update Directory.Build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
drr00t authored May 17, 2022
1 parent 7884862 commit 540f448
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
<Project>
<PropertyGroup>
<!-- <VersionPrefix>0.6.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<PackageProjectUrl>https://github.com/roadtoagility/dflow</PackageProjectUrl>
<PackageIconUrl>https://github.com/roadtoagility/dflow/raw/master/docs/img/logodflow_200x200.png</PackageIconUrl> -->

<LicenseUrl>https://github.com/roadtoagility/dflow/blob/master/LICENSE.TXT</LicenseUrl>
<Title></Title>
<PackageIconUrl>https://github.com/roadtoagility/dflow/raw/master/docs/img/logodflow_200x200.png</PackageIconUrl>
<TargetFramework>net5.0</TargetFramework>
<Configurations>Debug;Release;Release Profilling</Configurations>
<Platforms>AnyCPU</Platforms>
Expand All @@ -15,6 +9,7 @@
<Copyright>Road to Agility</Copyright>
<PackageProjectUrl>https://github.com/roadtoagility/dflow</PackageProjectUrl>
<RepositoryUrl>https://github.com/roadtoagility/dflow</RepositoryUrl>
<PackageLicenseUrl>https://github.com/roadtoagility/dflow/blob/master/LICENSE.TXT</PackageLicenseUrl>
<PackageTags>ddd;roadtoagility</PackageTags>

</PropertyGroup>
Expand Down

0 comments on commit 540f448

Please sign in to comment.