Skip to content

Commit

Permalink
Adding NuGet config
Browse files Browse the repository at this point in the history
  • Loading branch information
morgan committed Jun 24, 2020
1 parent 076ac69 commit fd55b0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdk/omnigage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackOnBuild>true</PackOnBuild>
<PackageId>Omnigage.SDK</PackageId>
<Authors>Omnigage</Authors>
<Description>Omnigage SDK for .NET</Description>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down

0 comments on commit fd55b0a

Please sign in to comment.