moved to version 0.0.9 in preparation for MVP release
This commit is contained in:
		| @ -1,8 +1,20 @@ | ||||
| <Project Sdk="Microsoft.NET.Sdk"> | ||||
|  | ||||
|   <PropertyGroup> | ||||
|     <OutputType>Exe</OutputType> | ||||
|     <TargetFramework>netcoreapp3.1</TargetFramework> | ||||
|     <LangVersion>7.3</LangVersion> | ||||
|     <OutputType>Exe</OutputType> | ||||
|     <Version>0.0.9</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> | ||||
|  | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker