Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
Add properties to project file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingloo committed Apr 6, 2019
1 parent 5a7d93d commit 9590154
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hosts.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<Authors>Kingloo</Authors>
<NeutralLanguage>en-GB</NeutralLanguage>
<AssemblyTitle>Hosts</AssemblyTitle>
<AssemblyName>Hosts</AssemblyName>
<Copyright>Kingloo © 2019</Copyright>
<RepositoryUrl>https://github.com/Kingloo/hosts</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 9590154

Please sign in to comment.