This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migration from Azure Functions v1 to v2 (#4)
- Loading branch information
1 parent
3854e98
commit 1bd1099
Showing
4 changed files
with
37 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.CSharp" version="4.3.0" targetFramework="net462" /> | ||
<package id="MSTest.TestAdapter" version="1.1.17" targetFramework="net462" /> | ||
<package id="MSTest.TestFramework" version="1.1.17" targetFramework="net462" /> | ||
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net462" /> | ||
<package id="System.ValueTuple" version="4.3.0" targetFramework="net462" /> | ||
<package id="Microsoft.CSharp" version="4.5.0" targetFramework="net462" /> | ||
<package id="MSTest.TestAdapter" version="1.3.2" targetFramework="net462" /> | ||
<package id="MSTest.TestFramework" version="1.3.2" targetFramework="net462" /> | ||
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net462" /> | ||
<package id="System.ValueTuple" version="4.5.0" 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
29 changes: 11 additions & 18 deletions
29
Source/ContentModeratorFunction/ContentModeratorFunction.csproj
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