Skip to content

Commit 478ebc0

Browse files
committed
Revert "Update 2 nuget dependencies"
This reverts commit 66042a3. ***NO_CI***
1 parent 66042a3 commit 478ebc0

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

nanoFramework.Networking.Sntp.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.27703.2042

nanoFramework.Networking.Sntp/nanoFramework.Networking.Sntp.nfproj

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
<?xml version="1." encoding="utf-8"?>
2-
<Project ToolsVersion="1.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Label="Globals">
4-
<NanoFrameworkProjectSystemPath>$(MSBuildToolsPath)..\..\..\nanoFramework\v1.\</NanoFrameworkProjectSystemPath>
4+
<NanoFrameworkProjectSystemPath>$(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>
55
</PropertyGroup>
66
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props')" />
77
<PropertyGroup>
88
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
99
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10-
<ProjectTypeGuids>{1.8DD76-328B-46DF-9F39-F55991.0360};{FAE04EC0-301.1.3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
11-
<ProjectGuid>a81.e83-01.-4570-a2f9-8b8be68cfd7b</ProjectGuid>
10+
<ProjectTypeGuids>{11A8DD76-328B-46DF-9F39-F559912D0360};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
11+
<ProjectGuid>a8146e83-014a-4570-a2f9-8b8be68cfd7b</ProjectGuid>
1212
<OutputType>Library</OutputType>
1313
<AppDesignerFolder>Properties</AppDesignerFolder>
14-
<FileAlignment>51./FileAlignment>
14+
<FileAlignment>512</FileAlignment>
1515
<RootNamespace>nanoFramework.Networking.Sntp</RootNamespace>
1616
<AssemblyName>nanoFramework.Networking.Sntp</AssemblyName>
17-
<TargetFrameworkVersion>v1.</TargetFrameworkVersion>
17+
<TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
1818
<NF_IsCoreLibrary>True</NF_IsCoreLibrary>
19-
<Documen.tionFile>bin\$(Configuration)\nanoFramework.Networking.Sntp.xml</Documen.tionFile>
19+
<DocumentationFile>bin\$(Configuration)\nanoFramework.Networking.Sntp.xml</DocumentationFile>
2020
</PropertyGroup>
2121
<PropertyGroup>
2222
<SignAssembly>true</SignAssembly>
@@ -39,7 +39,7 @@
3939
</NFMDP_PE_ExcludeClassByName>
4040
</ItemGroup>
4141
<ItemGroup>
42-
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.CoreLibrary.1.0.1.review.9\lib\mscorlib.dll">
42+
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.CoreLibrary.1.10.1-preview.9\lib\mscorlib.dll">
4343
<InProject>false</InProject>
4444
</NFMDP_PE_LoadHints>
4545
</ItemGroup>
@@ -53,8 +53,8 @@
5353
<None Include="packages.config" />
5454
</ItemGroup>
5555
<ItemGroup>
56-
<Reference Include="mscorlib, Version=1.0.1., Culture=neutral, PublicKeyToken=c07d481.758c731.
57-
<HintPath>..\packages\nanoFramework.CoreLibrary.1.0.1.review.9\lib\mscorlib.dll</HintPath>
56+
<Reference Include="mscorlib, Version=1.10.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
57+
<HintPath>..\packages\nanoFramework.CoreLibrary.1.10.1-preview.9\lib\mscorlib.dll</HintPath>
5858
<Private>True</Private>
5959
</Reference>
6060
</ItemGroup>
@@ -67,7 +67,7 @@
6767
<Import Project="..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets')" />
6868
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
6969
<PropertyGroup>
70-
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=3221..The missing file is {0}.</ErrorText>
70+
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText>
7171
</PropertyGroup>
7272
<Error Condition="!Exists('..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets'))" />
7373
</Target>

0 commit comments

Comments
 (0)