File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 -->
4242
4343 <PropertyGroup Condition =" '$(Product)' != '' " >
44- <AssemblyName Condition =" '$(AssemblyName)' == '' " >$(Product)</AssemblyName >
45- <PackageId Condition =" '$(PackageId)' == '' " >$(Product)</PackageId >
44+ <AssemblyName Condition =" '$(AssemblyName)' == '' " >$(Product.Replace("-", ".") )</AssemblyName >
45+ <PackageId Condition =" '$(PackageId)' == '' " >$(Product.Replace("-", ".") )</PackageId >
4646 <Title Condition =" '$(Title)' == '' " >$(Product)</Title >
4747 <PackageProjectUrl Condition =" '$(PackageProjectUrl)' == '' " >https://github.com/PrincessRTFM/$(Product)</PackageProjectUrl >
4848 </PropertyGroup >
5353 <NullableContextOptions >enable</NullableContextOptions >
5454 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
5555 <CheckForOverflowUnderflow >true</CheckForOverflowUnderflow >
56- <LangVersion >11 </LangVersion >
56+ <LangVersion >12 </LangVersion >
5757 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
5858 <OutputPath >bin\$(Configuration)\</OutputPath >
5959 <RestorePackagesWithLockFile >true</RestorePackagesWithLockFile >
You can’t perform that action at this time.
0 commit comments