diff --git a/README.md b/README.md index 1abba83..8f48559 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Any use of third-party trademarks or logos are subject to those third-party's po You will need the following software on your computer: - PowerShell -- .NET 5.0 +- .NET 6.0 - A Git client - Visual Studio Code together with the following extensions: - The C# extension, available at https://aka.ms/AAbvu72. @@ -113,7 +113,7 @@ You can either follow the steps in the guide to build the Web API, or you can us 1. To open the Azure Tools, in Visual Studio Code press **CTRL + SHIFT + A** and then select the **APP SERVICE** window. 1. Right-click your subscription, and then select **Create New Web app**. 1. Enter a name for the Web app and then press **Enter**. -1. Select the **.NET 5** runtime stack and then select the **Free** pricing tier. Azure creates the new Web app. +1. Select the **.NET 6** runtime stack and then select the **Free** pricing tier. Azure creates the new Web app. 1. Right-click the new Web app, and then select **Deploy to Web App**. 1. In the Visual Studio Code dialog, select **Deploy**. Visual Studio Code deploys the Web API to Azure. @@ -167,4 +167,4 @@ The app is available as an exported Zip package in the PowerApp folder. You can The app does not include the custom connectors for the various data sources. This is because you must create them to connect to your implementation of the services (Azure API Management, Azure Search, and Azure Logic Apps) that provide the data. Follow the instructions in the guide to create these connectors and configure the app. -A complete version of the Logic App is available as a JSON file in the LogicApp folder. You can paste the contents of this file into the **Logic app code view** for a blank Logic App. Change the references to **vanarsdelapim** to your own APIM account. \ No newline at end of file +A complete version of the Logic App is available as a JSON file in the LogicApp folder. You can paste the contents of this file into the **Logic app code view** for a blank Logic App. Change the references to **vanarsdelapim** to your own APIM account. diff --git a/WebAPI/FieldEngineerApi.csproj b/WebAPI/FieldEngineerApi.csproj index 29695b5..9ce7b0f 100644 --- a/WebAPI/FieldEngineerApi.csproj +++ b/WebAPI/FieldEngineerApi.csproj @@ -5,14 +5,14 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - - - + + +