24 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
 | |
|   <metadata>
 | |
|     <id>Oqtane.Shared</id>
 | |
|     <version>5.1.0</version>
 | |
|     <authors>Shaun Walker</authors>
 | |
|     <owners>.NET Foundation</owners>
 | |
|     <title>Oqtane Framework</title>
 | |
|     <summary>A modular application framework for Blazor</summary>
 | |
|     <description>A modular application framework for Blazor</description>
 | |
|     <copyright>.NET Foundation</copyright>
 | |
|     <requireLicenseAcceptance>false</requireLicenseAcceptance>
 | |
|     <license type="expression">MIT</license>
 | |
|     <projectUrl>https://github.com/oqtane/oqtane.framework</projectUrl>
 | |
|     <releaseNotes>https://github.com/oqtane/oqtane.framework/releases/tag/v5.1.0</releaseNotes>
 | |
|     <icon>icon.png</icon>
 | |
|     <tags>oqtane</tags>
 | |
|   </metadata>
 | |
|   <files>
 | |
|     <file src="..\Oqtane.Shared\bin\Release\net8.0\Oqtane.Shared.dll" target="lib\net8.0" /> 
 | |
|     <file src="..\Oqtane.Shared\bin\Release\net8.0\Oqtane.Shared.pdb" target="lib\net8.0" /> 
 | |
|     <file src="icon.png" target="" />
 | |
|   </files>
 | |
| </package> | 
