Skip to content

Commit 2720c34

Browse files
authored
Merge pull request #17 from launchdarkly/at/ch8248/dotnet-eventsource-add-license-to-csproj
Add license to csproj
2 parents 10eed22 + aa67915 commit 2720c34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<VersionPrefix>2.1.1</VersionPrefix>
55
<TargetFrameworks>netstandard1.4;net45</TargetFrameworks>
6+
<PackageLicenseUrl>https://raw.github.com/LaunchDarkly/dotnet-eventsource/master/LICENSE</PackageLicenseUrl>
67
<AssemblyName>LaunchDarkly.EventSource</AssemblyName>
78
<DebugType>portable</DebugType>
89
<OutputType>Library</OutputType>

0 commit comments

Comments
 (0)