We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4b96c commit ada351bCopy full SHA for ada351b
ProjectDefaults/ProjectDefaults.nuspec
@@ -2,7 +2,7 @@
2
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3
<metadata>
4
<id>ProjectDefaults</id>
5
- <version>1.0.147</version>
+ <version>1.0.148</version>
6
<authors>Simon Cropp</authors>
7
<developmentDependency>true</developmentDependency>
8
<license type="expression">MIT</license>
ProjectDefaults/build/ProjectDefaults.props
@@ -24,6 +24,7 @@
24
<DotSettingsPath>$(MSBuildThisFileDirectory)../Shared.sln.DotSettings</DotSettingsPath>
25
<SolutionSettingsPath>$(MSBuildThisFileDirectory)../Solution.sln.DotSettings</SolutionSettingsPath>
26
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
27
+ <RootNamespace></RootNamespace>
28
</PropertyGroup>
29
30
<PropertyGroup
0 commit comments