mirror of
				https://github.com/nsnail/ns-ext.git
				synced 2025-10-31 23:15:28 +08:00 
			
		
		
		
	修改nuget打包配置
This commit is contained in:
		
							
								
								
									
										18
									
								
								src/Directory.Build.props
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								src/Directory.Build.props
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| <Project> | ||||
| 	<PropertyGroup> | ||||
| 		<Authors>nsnail</Authors> | ||||
| 		<Product>NSExt</Product> | ||||
| 		<Copyright>© 2006-2022 nsnail</Copyright> | ||||
| 		<RepositoryUrl>https://github.com/nsnail/ns-ext.git</RepositoryUrl> | ||||
| 		<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||||
| 		<EmbedUntrackedSource>true</EmbedUntrackedSource> | ||||
| 		<DebugSymbols>True</DebugSymbols> | ||||
| 		<DebugType>Embedded</DebugType> | ||||
| 		<EmbedAllSources>true</EmbedAllSources> | ||||
| 		<RepositoryType>Git</RepositoryType> | ||||
| 		<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||||
| 		<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||||
| 		<PackageProjectUrl>https://github.com/nsnail/ns-ext.git</PackageProjectUrl> | ||||
| 		<PackageOutputPath>../../build/nupkgs</PackageOutputPath> | ||||
| 	</PropertyGroup> | ||||
| </Project> | ||||
| @@ -4,7 +4,6 @@ | ||||
|         <TargetFrameworks>net6.0;net7.0</TargetFrameworks> | ||||
|         <ImplicitUsings>enable</ImplicitUsings> | ||||
|         <VersionPrefix>1.0.0</VersionPrefix> | ||||
|         <RepositoryUrl>https://github.com/nsnail/ns-ext.git</RepositoryUrl> | ||||
|     </PropertyGroup> | ||||
|  | ||||
|     <ItemGroup> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user