File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 44 <TargetFrameworks >net6.0</TargetFrameworks >
55 <ImplicitUsings >true</ImplicitUsings >
66 <PackageId >ScryfallAPI.Client</PackageId >
7- <Version >3.0.0 </Version >
7+ <Version >3.0</Version >
88 <Authors >Gonkers</Authors >
99 <Company />
1010 <Description >.NET client library for accessing the scryfall.com API</Description >
11- <PackageProjectUrl >https://github.com/Gonkers/Scryfall-API-Client</PackageProjectUrl >
12- <RepositoryUrl >https://github.com/Gonkers/Scryfall-API-Client</RepositoryUrl >
13- <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
14- <GenerateDocumentationFile >true</GenerateDocumentationFile >
1511 <PackageTags >scryfall scryfall-api</PackageTags >
1612 <LangVersion >latest</LangVersion >
13+ <PackageProjectUrl >https://github.com/Gonkers/Scryfall-API-Client</PackageProjectUrl >
14+ <RepositoryUrl >https://github.com/Gonkers/Scryfall-API-Client</RepositoryUrl >
15+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
16+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
17+ <DebugType >embedded</DebugType >
1718 </PropertyGroup >
1819
20+ <!-- <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">-->
21+ <!-- <PropertyGroup>
22+ <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
23+ </PropertyGroup>-->
24+
1925 <ItemGroup >
26+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
2027 <PackageReference Include =" System.Text.Json" Version =" 6.0.0" />
2128 <PackageReference Include =" Microsoft.Extensions.Caching.Memory" Version =" 6.0.0" />
2229 <PackageReference Include =" Microsoft.Extensions.Http" Version =" 6.0.0" />
You can’t perform that action at this time.
0 commit comments