diff options
author | Rob Mensching <rob@firegiant.com> | 2019-05-09 08:43:08 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2019-05-09 08:43:08 -0700 |
commit | 14fdc9113bdc7270fb33e06990081988eb099ba9 (patch) | |
tree | 850c49df50301878737c51c7ae246d594e4f8f9c /src/wixcop | |
parent | e8d9c70934d8cae0d2769ab6ca5ad40d5f506968 (diff) | |
download | wix-14fdc9113bdc7270fb33e06990081988eb099ba9.tar.gz wix-14fdc9113bdc7270fb33e06990081988eb099ba9.tar.bz2 wix-14fdc9113bdc7270fb33e06990081988eb099ba9.zip |
Update to latest Core changes plus other minor fixes
Diffstat (limited to 'src/wixcop')
-rw-r--r-- | src/wixcop/WixCop.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixcop/WixCop.csproj b/src/wixcop/WixCop.csproj index be10524d..7a17caf1 100644 --- a/src/wixcop/WixCop.csproj +++ b/src/wixcop/WixCop.csproj | |||
@@ -25,7 +25,7 @@ | |||
25 | </ItemGroup> | 25 | </ItemGroup> |
26 | 26 | ||
27 | <ItemGroup> | 27 | <ItemGroup> |
28 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63102-01" PrivateAssets="All"/> | 28 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All"/> |
29 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="All" /> | 29 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="All" /> |
30 | </ItemGroup> | 30 | </ItemGroup> |
31 | </Project> | 31 | </Project> |