You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
613 B
19 lines
613 B
<Project Sdk="Microsoft.NET.Sdk.Web"> |
|
|
|
<PropertyGroup> |
|
<TargetFramework>net5.0</TargetFramework> |
|
<DockerDefaultTargetOS>Windows</DockerDefaultTargetOS> |
|
<DockerfileContext>.</DockerfileContext> |
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
<PackageReference Include="Flurl.Http" Version="3.0.0" /> |
|
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.9" /> |
|
<PackageReference Include="PokeApiNet" Version="3.0.0" /> |
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
<ProjectReference Include="..\Pokespearean.Models\Pokespearean.Models.csproj" /> |
|
</ItemGroup> |
|
|
|
</Project>
|
|
|