This repository has been archived by the owner on Jan 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes pkg refs for webjob publishing
- Loading branch information
1 parent
a31a1c3
commit 92dec93
Showing
10 changed files
with
1,097 additions
and
1,077 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="BlobFileSystem.Azure" version="0.0.7" targetFramework="net461" /> | ||
<package id="Microsoft.Azure.KeyVault.Core" version="2.0.4" targetFramework="net462" /> | ||
<package id="Microsoft.Data.Edm" version="5.8.2" targetFramework="net462" /> | ||
<package id="Microsoft.Data.OData" version="5.8.2" targetFramework="net462" /> | ||
<package id="Microsoft.Data.Services.Client" version="5.8.2" targetFramework="net462" /> | ||
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net462" /> | ||
<package id="Microsoft.Data.Edm" version="5.7.0" targetFramework="net462" /> | ||
<package id="Microsoft.Data.OData" version="5.7.0" targetFramework="net462" /> | ||
<package id="Microsoft.Data.Services.Client" version="5.7.0" targetFramework="net462" /> | ||
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net462" /> | ||
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net462" /> | ||
<package id="System.ComponentModel.EventBasedAsync" version="4.3.0" targetFramework="net462" /> | ||
<package id="System.Dynamic.Runtime" version="4.3.0" targetFramework="net462" /> | ||
<package id="System.Linq.Queryable" version="4.3.0" targetFramework="net462" /> | ||
<package id="System.Net.Requests" version="4.3.0" targetFramework="net462" /> | ||
<package id="System.Spatial" version="5.8.2" targetFramework="net462" /> | ||
<package id="WindowsAzure.Storage" version="8.2.0" targetFramework="net462" /> | ||
<package id="System.Spatial" version="5.7.0" targetFramework="net462" /> | ||
<package id="WindowsAzure.Storage" version="7.2.1" targetFramework="net462" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 9 additions & 9 deletions
18
TicketDesk/TicketDesk.PushNotifications.Job/packages.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="EntityFramework" version="6.1.3" targetFramework="net461" userInstalled="true" /> | ||
<package id="Microsoft.Azure.KeyVault.Core" version="2.0.4" targetFramework="net462" /> | ||
<package id="Microsoft.Azure.WebJobs" version="2.0.0" targetFramework="net462" userInstalled="true" /> | ||
<package id="Microsoft.Azure.WebJobs.Core" version="2.0.0" targetFramework="net462" userInstalled="true" /> | ||
<package id="Microsoft.Data.Edm" version="5.8.2" targetFramework="net462" userInstalled="true" /> | ||
<package id="Microsoft.Data.OData" version="5.8.2" targetFramework="net462" userInstalled="true" /> | ||
<package id="Microsoft.Data.Services.Client" version="5.8.2" targetFramework="net462" userInstalled="true" /> | ||
<package id="Microsoft.Web.WebJobs.Publish" version="1.0.13" targetFramework="net462" userInstalled="true" /> | ||
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net462" /> | ||
<package id="Microsoft.Azure.WebJobs" version="1.1.2" targetFramework="net461" userInstalled="true" /> | ||
<package id="Microsoft.Azure.WebJobs.Core" version="1.1.2" targetFramework="net461" userInstalled="true" /> | ||
<package id="Microsoft.Data.Edm" version="5.7.0" targetFramework="net462" userInstalled="true" /> | ||
<package id="Microsoft.Data.OData" version="5.7.0" targetFramework="net462" userInstalled="true" /> | ||
<package id="Microsoft.Data.Services.Client" version="5.7.0" targetFramework="net462" userInstalled="true" /> | ||
<package id="Microsoft.Web.WebJobs.Publish" version="1.0.12" targetFramework="net461" /> | ||
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net462" userInstalled="true" /> | ||
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net462" userInstalled="true" /> | ||
<package id="System.ComponentModel.EventBasedAsync" version="4.3.0" targetFramework="net462" /> | ||
<package id="System.Dynamic.Runtime" version="4.3.0" targetFramework="net462" /> | ||
<package id="System.Linq.Queryable" version="4.3.0" targetFramework="net462" /> | ||
<package id="System.Net.Requests" version="4.3.0" targetFramework="net462" /> | ||
<package id="System.Spatial" version="5.8.2" targetFramework="net462" userInstalled="true" /> | ||
<package id="WindowsAzure.Storage" version="8.2.0" targetFramework="net462" userInstalled="true" /> | ||
<package id="System.Spatial" version="5.7.0" targetFramework="net462" userInstalled="true" /> | ||
<package id="WindowsAzure.Storage" version="7.2.1" targetFramework="net462" userInstalled="true" /> | ||
</packages> |
Oops, something went wrong.