Skip to content

Commit

Permalink
TODO: add github actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonkers committed Dec 13, 2021
1 parent 02421c6 commit b09d433
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions src/ScryfallApi.Client/ScryfallApi.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,26 @@
<TargetFrameworks>net6.0</TargetFrameworks>
<ImplicitUsings>true</ImplicitUsings>
<PackageId>ScryfallAPI.Client</PackageId>
<Version>3.0.0</Version>
<Version>3.0</Version>
<Authors>Gonkers</Authors>
<Company />
<Description>.NET client library for accessing the scryfall.com API</Description>
<PackageProjectUrl>https://github.com/Gonkers/Scryfall-API-Client</PackageProjectUrl>
<RepositoryUrl>https://github.com/Gonkers/Scryfall-API-Client</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>scryfall scryfall-api</PackageTags>
<LangVersion>latest</LangVersion>
<PackageProjectUrl>https://github.com/Gonkers/Scryfall-API-Client</PackageProjectUrl>
<RepositoryUrl>https://github.com/Gonkers/Scryfall-API-Client</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>embedded</DebugType>
</PropertyGroup>

<!--<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">-->
<!--<PropertyGroup>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>-->

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="System.Text.Json" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
Expand Down

0 comments on commit b09d433

Please sign in to comment.