Skip to content

Commit

Permalink
Update dependencies (#14)
Browse files Browse the repository at this point in the history
***NO_CI***
  • Loading branch information
josesimoes authored Apr 18, 2022
1 parent 8e281ea commit ba7e48d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions nanoFrameworkDeployer/nanoFrameworkDeployer.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -40,7 +40,8 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/nanoframework/nanoFrameworkDeployer</RepositoryUrl>
<PackageProjectUrl>https://github.com/nanoframework/nanoFrameworkDeployer</PackageProjectUrl>
<PackageIconUrl></PackageIconUrl>
<PackageIconUrl>
</PackageIconUrl>
<Description>This package includes the .NET nanoFrameworkDeployer library that allows developing applications that deploy .NET nanoFramework assemblies.</Description>
<PackageTags>nanoFramework C# csharp netmf netnf</PackageTags>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
Expand All @@ -58,7 +59,8 @@
</None>
<None Include="..\LICENSE.md">
<Pack>True</Pack>
<PackagePath></PackagePath>
<PackagePath>
</PackagePath>
</None>
</ItemGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down Expand Up @@ -116,17 +118,17 @@
</PackageReference>
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.2.1-preview.14" />
<PackageReference Include="Nerdbank.GitVersioning">
<Version>3.4.244</Version>
<Version>3.4.255</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="NuGet.Build.Tasks.Pack">
<Version>6.0.0</Version>
<Version>6.1.0</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Polly">
<Version>7.2.2</Version>
<Version>7.2.3</Version>
</PackageReference>
<PackageReference Include="PropertyChanged.Fody">
<Version>3.4.0</Version>
Expand All @@ -137,4 +139,4 @@
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
</Project>

0 comments on commit ba7e48d

Please sign in to comment.