27 lines
1.0 KiB
XML
27 lines
1.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|
<LangVersion>7.3</LangVersion>
|
|
<Configurations>Debug;Release</Configurations>
|
|
<Version>0.9.1</Version>
|
|
<Product>Oqtane</Product>
|
|
<Authors>Shaun Walker</Authors>
|
|
<Company>.NET Foundation</Company>
|
|
<Description>Modular Application Framework for Blazor</Description>
|
|
<Copyright>.NET Foundation</Copyright>
|
|
<PackageProjectUrl>https://www.oqtane.org</PackageProjectUrl>
|
|
<RepositoryUrl>https://github.com/oqtane</RepositoryUrl>
|
|
<RepositoryType>Git</RepositoryType>
|
|
<PackageReleaseNotes>Not for production use.</PackageReleaseNotes>
|
|
<RootNamespace>Oqtane</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.2" />
|
|
<PackageReference Include="System.ComponentModel.Annotations" Version="4.7.0" />
|
|
<PackageReference Include="System.Text.Json" Version="4.7.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|