Skip to content

Commit

Permalink
Merge pull request #26 from JosephWoodward/PackageUpdates
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
josephwoodward authored Oct 19, 2018
2 parents d548657 + 662c72f commit a10d137
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/graphiql/graphiql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<PropertyGroup>
<AssemblyName>GraphiQL</AssemblyName>
<PackageId>GraphiQL</PackageId>
<PackageTags>graphql;graphiql;asp.net core;.net core</PackageTags>
<PackageTags>graphql,graphiql,asp.net core,.net core</PackageTags>
<title>GraphiQL ASP.NET Core Middleware</title>
<TargetFramework>netstandard2.0</TargetFramework>
<VersionPrefix>1.2.0-beta-2</VersionPrefix>
<Authors>Joseph Woodward</Authors>
<VersionPrefix>1.2.0</VersionPrefix>
<Authors>JosephWoodward</Authors>
<Description>GraphiQL available as middleware for ASP.NET Core</Description>
<PackageIconUrl>https://raw.githubusercontent.com/JosephWoodward/graphiql-dotnet/master/assets/logo_128_128.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/JosephWoodward/graphiql-dotnet</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/JosephWoodward/graphiql-dotnet/blob/master/LICENSE</PackageLicenseUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.1" />
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.0.1" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Composite" Version="2.0.0" />
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Composite" Version="2.1.1" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="./assets/**/*.*" />
Expand Down

0 comments on commit a10d137

Please sign in to comment.