Skip to content

Commit

Permalink
[WIP] Async main (#3207)
Browse files Browse the repository at this point in the history
* Bumb language version to 7.1

* Async main

* Bumping MinRequired version of VS2017
  • Loading branch information
danielmarbach authored and DavidBoike committed Sep 11, 2017
1 parent 213cfbd commit 295f6a2
Show file tree
Hide file tree
Showing 1,926 changed files with 1,978 additions and 2,276 deletions.
2 changes: 1 addition & 1 deletion Snippets/ABSDataBus/ABSDataBus.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 15.0.26430.04
MinimumVisualStudioVersion = 15.0.26730.12
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ABSDataBus_1", "ABSDataBus_1\ABSDataBus_1.csproj", "{C6EBF50F-A4A2-4162-8122-AF073A6D38FC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure_6", "Azure_6\Azure_6.csproj", "{ED57D3EC-D199-4AB3-AFAE-0BDF49252FE3}"
Expand Down
2 changes: 1 addition & 1 deletion Snippets/ABSDataBus/ABSDataBus_1/ABSDataBus_1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.DataBus.AzureBlobStorage" Version="1.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/ABSDataBus/ABSDataBus_2/ABSDataBus_2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.DataBus.AzureBlobStorage" Version="2.0.0-*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/ABSDataBus/Azure_6/Azure_6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.Azure" Version="6.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/ASB/ASB.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 15.0.26430.04
MinimumVisualStudioVersion = 15.0.26730.12
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ASB_6", "ASB_6\ASB_6.csproj", "{74717D6E-BFCC-408D-8300-06C6A5C04E18}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ASB_7", "ASB_7\ASB_7.csproj", "{EF1F97BF-AAD9-456C-B8E6-3C7182B0B9F1}"
Expand Down
2 changes: 1 addition & 1 deletion Snippets/ASB/ASB_5/ASB_5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.Azure.Transports.WindowsAzureServiceBus" Version="5.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/ASB/ASB_6/ASB_6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.Azure.Transports.WindowsAzureServiceBus" Version="6.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/ASB/ASB_7/ASB_7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.Azure.Transports.WindowsAzureServiceBus" Version="7.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/ASB/ASB_8/ASB_8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.Azure.Transports.WindowsAzureServiceBus" Version="8.0.0-*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/ASP/ASP.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 15.0.26430.04
MinimumVisualStudioVersion = 15.0.26730.12
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ASP_1", "ASP_1\ASP_1.csproj", "{D82CA0A6-F030-4A32-8B83-0A7EEE480DC0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure_6", "Azure_6\Azure_6.csproj", "{EE0127CD-0565-4616-8330-25EBAD5075C6}"
Expand Down
2 changes: 1 addition & 1 deletion Snippets/ASP/ASP_1/ASP_1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.Hosting.Azure" Version="7.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/ASP/ASP_2/ASP_2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.Persistence.AzureStorage" Version="2.0.0-*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/ASP/Azure_5/Azure_5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.Azure" Version="5.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/ASP/Azure_6/Azure_6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.Azure" Version="6.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/ASQ/ASQ.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 15.0.26430.04
MinimumVisualStudioVersion = 15.0.26730.12
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ASQ_5", "ASQ_5\ASQ_5.csproj", "{C8007C3F-FA8A-40C2-87E2-D39BE6518975}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ASQ_6", "ASQ_6\ASQ_6.csproj", "{6D2B8C0E-83E7-46C8-B723-8B9BCE3D3A8E}"
Expand Down
2 changes: 1 addition & 1 deletion Snippets/ASQ/ASQ_5/ASQ_5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.Azure.Transports.WindowsAzureStorageQueues" Version="5.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/ASQ/ASQ_6/ASQ_6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.Azure.Transports.WindowsAzureStorageQueues" Version="6.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/ASQ/ASQ_7/ASQ_7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.Azure.Transports.WindowsAzureStorageQueues" Version="7.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/ASQ/ASQ_8/ASQ_8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.Azure.Transports.WindowsAzureStorageQueues" Version="8.0.0-*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Autofac/Autofac.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 15.0.26430.04
MinimumVisualStudioVersion = 15.0.26730.12
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autofac_3", "Autofac_3\Autofac_3.csproj", "{BC389F87-838C-4E72-9E01-1E287BA64A3D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autofac_4", "Autofac_4\Autofac_4.csproj", "{EEB21945-230F-4509-8C38-2C4C3A798B60}"
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Autofac/Autofac_3/Autofac_3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="2.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Autofac/Autofac_4/Autofac_4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="3.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Autofac/Autofac_5/Autofac_5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="4.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Autofac/Autofac_6/Autofac_6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="4.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Autofac/Autofac_7/Autofac_7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus" Version="7.0.0-*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Binary/Binary.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 15.0.26430.04
MinimumVisualStudioVersion = 15.0.26730.12
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core_4", "Core_4\Core_4.csproj", "{07F27696-5C5E-42E9-A8B0-6837946A5C00}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core_3", "Core_3\Core_3.csproj", "{5FB8D00E-CA45-4BED-B4EB-8A1F9CA27100}"
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Binary/Core_3/Core_3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus" Version="3.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Binary/Core_4/Core_4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus" Version="4.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Binary/Core_5/Core_5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus" Version="5.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Bond/Bond.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 15.0.26430.04
MinimumVisualStudioVersion = 15.0.26730.12
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bond_1", "Bond_1\Bond_1.csproj", "{100E3F2F-409C-4E7F-AEAD-599179DC0C69}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bond_1.2", "Bond_1.2\Bond_1.2.csproj", "{E09367BC-D5C4-4A41-B5CA-DFE533E9D879}"
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Bond/Bond_1.2/Bond_1.2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.Bond" Version="1.2.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Bond/Bond_1/Bond_1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.Bond" Version="1.1.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Bond/Bond_2/Bond_2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.Bond" Version="2.0.0-*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Bridge/Bridge.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 15.0.26430.04
MinimumVisualStudioVersion = 15.0.26730.12
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bridge_1", "Bridge_1\Bridge_1.csproj", "{69189A83-EE3D-440B-8232-771B5E5FB11C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bridge_2", "Bridge_2\Bridge_2.csproj", "{AAE4FE68-63A9-4273-B11A-A772B1A04496}"
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Bridge/Bridge_1/Bridge_1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net46</TargetFramework>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.Bridge" Version="1.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Bridge/Bridge_2/Bridge_2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net46</TargetFramework>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.Bridge" Version="2.0.0-*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Callbacks/Callbacks.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 15.0.26430.04
MinimumVisualStudioVersion = 15.0.26730.12
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core_4", "Core_4\Core_4.csproj", "{07F27696-5C5E-42E9-A8B0-6837946A5C00}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core_3", "Core_3\Core_3.csproj", "{5FB8D00E-CA45-4BED-B4EB-8A1F9CA27100}"
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Callbacks/Callbacks_1/Callbacks_1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.Callbacks" Version="1.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Callbacks/Callbacks_2/Callbacks_2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.Callbacks" Version="2.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Callbacks/Callbacks_3/Callbacks_3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.Callbacks" Version="3.0.0-*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Callbacks/Core_3/Core_3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus" Version="3.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Callbacks/Core_4/Core_4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus" Version="4.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Callbacks/Core_5/Core_5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>7</LangVersion>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus" Version="5.*" />
Expand Down
2 changes: 1 addition & 1 deletion Snippets/CallbacksTesting/CallbacksTesting.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 15.0.26430.04
MinimumVisualStudioVersion = 15.0.26730.12
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CallbacksTesting_1", "CallbacksTesting_1\CallbacksTesting_1.csproj", "{EC4A0E0D-C95A-4936-BD4F-73959DE7B516}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CallbacksTesting_2", "CallbacksTesting_2\CallbacksTesting_2.csproj", "{208FCDC7-8B1A-41C9-A38C-5743FFA3EA5F}"
Expand Down
Loading

0 comments on commit 295f6a2

Please sign in to comment.