diff options
author | Rob Mensching <rob@firegiant.com> | 2018-07-23 20:35:41 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-07-23 20:35:41 -0700 |
commit | 14b97ae478635b38a48294881b8862bd1d6ff8ad (patch) | |
tree | 2fb17862b291e570c80353753dc9dca12f81573e /src/wixext | |
parent | 97b80191048b23f2e870c9d6a27e368ebaaf594d (diff) | |
download | wix-14b97ae478635b38a48294881b8862bd1d6ff8ad.tar.gz wix-14b97ae478635b38a48294881b8862bd1d6ff8ad.tar.bz2 wix-14b97ae478635b38a48294881b8862bd1d6ff8ad.zip |
Integrate Core to Tools repro and Extensibility.Data namespace changes
Diffstat (limited to 'src/wixext')
-rw-r--r-- | src/wixext/WixToolset.Firewall.wixext.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wixext/WixToolset.Firewall.wixext.csproj b/src/wixext/WixToolset.Firewall.wixext.csproj index 2d89911c..95bedb45 100644 --- a/src/wixext/WixToolset.Firewall.wixext.csproj +++ b/src/wixext/WixToolset.Firewall.wixext.csproj | |||
@@ -1,4 +1,4 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
3 | 3 | ||
4 | <Project Sdk="Microsoft.NET.Sdk"> | 4 | <Project Sdk="Microsoft.NET.Sdk"> |
@@ -31,6 +31,6 @@ | |||
31 | </ItemGroup> | 31 | </ItemGroup> |
32 | 32 | ||
33 | <ItemGroup> | 33 | <ItemGroup> |
34 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.7" PrivateAssets="all" /> | 34 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="all" /> |
35 | </ItemGroup> | 35 | </ItemGroup> |
36 | </Project> | 36 | </Project> |