separated updater from main solution
This commit is contained in:
		
							
								
								
									
										21
									
								
								Oqtane.Updater/Oqtane.Updater.csproj
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								Oqtane.Updater/Oqtane.Updater.csproj
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,21 @@ | ||||
| <Project Sdk="Microsoft.NET.Sdk"> | ||||
|  | ||||
|   <PropertyGroup> | ||||
|     <TargetFramework>net5.0</TargetFramework> | ||||
|     <OutputType>Exe</OutputType> | ||||
|     <Version>2.1.0</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> | ||||
|     <PackageLicenseUrl>https://github.com/oqtane/oqtane.framework/blob/dev/LICENSE</PackageLicenseUrl> | ||||
|     <PackageReleaseNotes>https://github.com/oqtane/oqtane.framework/releases/tag/v2.1.0</PackageReleaseNotes> | ||||
|     <RepositoryUrl>https://github.com/oqtane/oqtane.framework</RepositoryUrl> | ||||
|     <RepositoryType>Git</RepositoryType> | ||||
|     <RootNamespace>Oqtane</RootNamespace> | ||||
|     <IsPackable>false</IsPackable> | ||||
|   </PropertyGroup> | ||||
|  | ||||
| </Project> | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker