Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .runsettings
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</RunConfiguration>
<nanoFrameworkAdapter>
<Logging>None</Logging> <!--Set to the desired level of logging for Unit Test execution. Possible values are: None, Detailed, Verbose, Error. -->
<IsRealHardware>True</IsRealHardware><!--Set to true to run tests on real hardware. -->
<IsRealHardware>False</IsRealHardware><!--Set to true to run tests on real hardware. -->
<RealHardwarePort>COM15</RealHardwarePort><!--Specify the COM port to use to connect to a nanoDevice. If none is specified, a device detection is performed and the 1st available one will be used. -->
<CLRVersion></CLRVersion><!--Specify the nanoCLR version to use. If not specified, the latest available will be used. -->
<PathToLocalCLRInstance></PathToLocalCLRInstance><!--Specify the path to a local nanoCLR instance. If not specified, the default one installed with nanoclr CLR witll be used. -->
Expand Down
8 changes: 4 additions & 4 deletions System.IO.Hashing/System.IO.Hashing.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib">
<HintPath>..\packages\nanoFramework.CoreLibrary.2.0.0-preview.32\lib\netnano1.0\mscorlib.dll</HintPath>
</Reference>
<Content Include="packages.lock.json" />
</ItemGroup>
<ItemGroup>
<Content Include="packages.lock.json" />
<Reference Include="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.2.0.0-preview.33\lib\netnano1.0\mscorlib.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
<ProjectExtensions>
Expand Down
2 changes: 1 addition & 1 deletion System.IO.Hashing/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="2.0.0-preview.32" targetFramework="netnano1.0" />
<package id="nanoFramework.CoreLibrary" version="2.0.0-preview.33" targetFramework="netnano1.0" />
<package id="Nerdbank.GitVersioning" version="3.9.50" developmentDependency="true" targetFramework="netnano1.0" />
</packages>
6 changes: 3 additions & 3 deletions System.IO.Hashing/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
".NETnanoFramework,Version=v1.0": {
"nanoFramework.CoreLibrary": {
"type": "Direct",
"requested": "[2.0.0-preview.32, 2.0.0-preview.32]",
"resolved": "2.0.0-preview.32",
"contentHash": "DZ0CI92bJCTQ+2pGJiRxcqYEzmjMppg2elFZEZCGB6kUPjUoGV8o+NnFb5bn2X0Nl+b+8Wq5BLzGBbn8C05oKQ=="
"requested": "[2.0.0-preview.33, 2.0.0-preview.33]",
"resolved": "2.0.0-preview.33",
"contentHash": "VVr+TmThdBt9zzXFzFewB5GUsNm2BE8+/3OtaCiJVg76v0Wr87A0Mi6R74hm78otfIhPJ66aPaRd+fA23dmJjQ=="
},
"Nerdbank.GitVersioning": {
"type": "Direct",
Expand Down
8 changes: 4 additions & 4 deletions Tests/System.IO.HashingTests/System.IO.HashingTests.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib">
<HintPath>..\..\packages\nanoFramework.CoreLibrary.2.0.0-preview.32\lib\netnano1.0\mscorlib.dll</HintPath>
<Reference Include="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.CoreLibrary.2.0.0-preview.33\lib\netnano1.0\mscorlib.dll</HintPath>
</Reference>
<Reference Include="nanoFramework.System.Text">
<HintPath>..\..\packages\nanoFramework.System.Text.2.0.0-preview.5\lib\nanoFramework.System.Text.dll</HintPath>
<Reference Include="nanoFramework.System.Text, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.System.Text.2.0.0-preview.6\lib\nanoFramework.System.Text.dll</HintPath>
</Reference>
<Reference Include="nanoFramework.TestFramework">
<HintPath>..\..\packages\nanoFramework.TestFramework.4.0.0-preview.47\lib\nanoFramework.TestFramework.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions Tests/System.IO.HashingTests/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="2.0.0-preview.32" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Text" version="2.0.0-preview.5" targetFramework="netnano1.0" />
<package id="nanoFramework.CoreLibrary" version="2.0.0-preview.33" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Text" version="2.0.0-preview.6" targetFramework="netnano1.0" />
<package id="nanoFramework.TestFramework" version="4.0.0-preview.47" targetFramework="netnano1.0" developmentDependency="true" />
</packages>
12 changes: 6 additions & 6 deletions Tests/System.IO.HashingTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
".NETnanoFramework,Version=v1.0": {
"nanoFramework.CoreLibrary": {
"type": "Direct",
"requested": "[2.0.0-preview.32, 2.0.0-preview.32]",
"resolved": "2.0.0-preview.32",
"contentHash": "DZ0CI92bJCTQ+2pGJiRxcqYEzmjMppg2elFZEZCGB6kUPjUoGV8o+NnFb5bn2X0Nl+b+8Wq5BLzGBbn8C05oKQ=="
"requested": "[2.0.0-preview.33, 2.0.0-preview.33]",
"resolved": "2.0.0-preview.33",
"contentHash": "VVr+TmThdBt9zzXFzFewB5GUsNm2BE8+/3OtaCiJVg76v0Wr87A0Mi6R74hm78otfIhPJ66aPaRd+fA23dmJjQ=="
},
"nanoFramework.System.Text": {
"type": "Direct",
"requested": "[2.0.0-preview.5, 2.0.0-preview.5]",
"resolved": "2.0.0-preview.5",
"contentHash": "bSok7uDsUnic+RmoYo660XNlQhD631CrpIDUweiJtjuOtsNmwV4bwV28Xs0gpYF4xidYKUEk3nxt5lXU6ekATw=="
"requested": "[2.0.0-preview.6, 2.0.0-preview.6]",
"resolved": "2.0.0-preview.6",
"contentHash": "/A9M9sGW8rsAg6YF81quWV9MvQseKWZodf+pK6lp3Bw12NkXwgwiAo1+9geJQFwDsqi2L9BcLb3IIs/BerGTbQ=="
},
"nanoFramework.TestFramework": {
"type": "Direct",
Expand Down
4 changes: 2 additions & 2 deletions nanoFramework.System.IO.Hashing.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
This package requires a target with nanoFramework.System.IO.Hashing v$nativeVersion$ (checksum $checksum$).</description>
<tags>nanoFramework C# csharp netmf netnf </tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="2.0.0-preview.32" />
<dependency id="nanoFramework.CoreLibrary" version="2.0.0-preview.33" />
</dependencies>
</metadata>
<files>
Expand All @@ -34,4 +34,4 @@ This package requires a target with nanoFramework.System.IO.Hashing v$nativeVers
<file src="assets\nf-logo.png" target="images" />
<file src="LICENSE.md" target="" />
</files>
</package>
</package>