File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
UnitsNet.WindowsRuntimeComponent Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
<ProjectTypeGuids >{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
19
19
<AllowCrossPlatformRetargeting >false</AllowCrossPlatformRetargeting >
20
20
<OutputPath >..\Artifacts\UnitsNet.WindowsRuntimeComponent</OutputPath >
21
- <NoWarn >CS1701;CS1702;CS1705;CS0618;CS0809;2008 </NoWarn >
21
+ <NoWarn >CS1701;CS1702;CS1705;CS0618;CS0809;CS1591 </NoWarn >
22
22
</PropertyGroup >
23
23
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
24
24
<PlatformTarget >AnyCPU</PlatformTarget >
Original file line number Diff line number Diff line change 24
24
<RootNamespace >UnitsNet</RootNamespace >
25
25
<!-- Workaround for building with dotnet CLI and targeting .NET 3.5: https://github.com/Microsoft/msbuild/issues/1333#issuecomment-296346352 -->
26
26
<FrameworkPathOverride Condition =" '$(TargetFramework)' == 'net35'" >C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride >
27
- <NoWarn >CS1701;CS1702;CS1705;CS0618;CS0809</NoWarn >
27
+ <NoWarn >CS1701;CS1702;CS1705;CS0618;CS0809;CS1591 </NoWarn >
28
28
</PropertyGroup >
29
29
30
30
<!-- NuGet references that work for both signed and unsigned -->
You can’t perform that action at this time.
0 commit comments