File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3+ <metadata >
4+ <id >com.scottdoxey.netstandardclasslibrary</id >
5+ <version >1.0.0</version >
6+ <title >NET Standard Class Library</title >
7+ <description >Template for building a .NET Standard Class Library in Rider.</description >
8+ <authors >neogeek</authors >
9+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
10+ <license type =" expression" >MIT</license >
11+ <projectUrl >https://github.com/neogeek/NETStandardClassLibraryTemplate/</projectUrl >
12+ <frameworkAssemblies >
13+ <frameworkAssembly assemblyName =" nunit" targetFramework =" netcoreapp3.1" />
14+ <frameworkAssembly assemblyName =" NUnit3TestAdapter" targetFramework =" netcoreapp3.1" />
15+ <frameworkAssembly assemblyName =" Microsoft.NET.Test.Sdk" targetFramework =" netcoreapp3.1" />
16+ </frameworkAssemblies >
17+ </metadata >
18+ </package >
You can’t perform that action at this time.
0 commit comments