Skip to content

Commit

Permalink
nuget config
Browse files Browse the repository at this point in the history
  • Loading branch information
MCKanpolat committed Feb 26, 2018
1 parent 234541e commit 444284d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/StubMiddleware.Core/StubGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>StubGenerator</AssemblyName>
<RootNamespace>StubGenerator</RootNamespace>
<Authors>MCKanpolat</Authors>
<Company>MCKanpolat</Company>
<PackageProjectUrl>https://github.com/MCKanpolat/StubMiddleware</PackageProjectUrl>
<RepositoryUrl>https://github.com/MCKanpolat/StubMiddleware</RepositoryUrl>
<PackageTags>stub stubgenerator</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/StubMiddleware/StubMiddleware.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Authors>MCKanpolat</Authors>
<Company>MCKanpolat</Company>
<PackageProjectUrl>https://github.com/MCKanpolat/StubMiddleware</PackageProjectUrl>
<RepositoryUrl>https://github.com/MCKanpolat/StubMiddleware</RepositoryUrl>
<PackageTags>stub stubgenerator middleware asp.net core</PackageTags>
<PackageReleaseNotes />
<Copyright></Copyright>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 444284d

Please sign in to comment.