Skip to content

Commit a2a9c27

Browse files
committed
testapp: Add dependency UnitsNet 3.29.0-alpha
Replace project reference
1 parent 5491d60 commit a2a9c27

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

UnitsNet.TestApps/UWP/UnitsNet.UWP.csproj

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
7-
<ProjectGuid>{76255cc9-a854-441f-af5c-2606509d3c5e}</ProjectGuid>
7+
<ProjectGuid>{76255CC9-A854-441F-AF5C-2606509D3C5E}</ProjectGuid>
88
<OutputType>AppContainerExe</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>UWP</RootNamespace>
@@ -16,9 +16,7 @@
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<FileAlignment>512</FileAlignment>
1818
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
19-
2019
<PackageCertificateKeyFile>UWP_TemporaryKey.pfx</PackageCertificateKeyFile>
21-
2220
</PropertyGroup>
2321
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
2422
<DebugSymbols>true</DebugSymbols>
@@ -106,9 +104,7 @@
106104
<AppxManifest Include="Package.appxmanifest">
107105
<SubType>Designer</SubType>
108106
</AppxManifest>
109-
110107
<None Include="UWP_TemporaryKey.pfx" />
111-
112108
</ItemGroup>
113109
<ItemGroup>
114110
<Content Include="Properties\Default.rd.xml" />
@@ -130,10 +126,10 @@
130126
<SubType>Designer</SubType>
131127
</Page>
132128
</ItemGroup>
129+
133130
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
134131
<VisualStudioVersion>14.0</VisualStudioVersion>
135132
</PropertyGroup>
136-
137133
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
138134
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
139135
Other similar extension points exist, see Microsoft.Common.targets.
@@ -142,4 +138,4 @@
142138
<Target Name="AfterBuild">
143139
</Target>
144140
-->
145-
</Project>
141+
</Project>

UnitsNet.TestApps/UWP/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
3+
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
4+
"UnitsNet": "3.29.0-alpha"
45
},
56
"frameworks": {
67
"uap10.0": {}

0 commit comments

Comments
 (0)