Skip to content

Commit 5065e9d

Browse files
committed
Upgraded to .NET 4.6.1.
1 parent b2780ec commit 5065e9d

File tree

12 files changed

+112
-114
lines changed

12 files changed

+112
-114
lines changed

src/EventCloud.Application/EventCloud.Application.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>EventCloud</RootNamespace>
1111
<AssemblyName>EventCloud.Application</AssemblyName>
12-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
1515
<RestorePackages>true</RestorePackages>

src/EventCloud.Application/app.config

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<configSections>
44
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
5-
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
5+
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
66
</configSections>
77
<runtime>
88
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
99
<dependentAssembly>
10-
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
11-
<bindingRedirect oldVersion="0.0.0.0-1.0.34.0" newVersion="1.0.34.0" />
10+
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
11+
<bindingRedirect oldVersion="0.0.0.0-1.0.34.0" newVersion="1.0.34.0"/>
1212
</dependentAssembly>
1313
<dependentAssembly>
14-
<assemblyIdentity name="Castle.Core" publicKeyToken="407dd0808d44fbdc" culture="neutral" />
15-
<bindingRedirect oldVersion="0.0.0.0-3.3.0.0" newVersion="3.3.0.0" />
14+
<assemblyIdentity name="Castle.Core" publicKeyToken="407dd0808d44fbdc" culture="neutral"/>
15+
<bindingRedirect oldVersion="0.0.0.0-3.3.0.0" newVersion="3.3.0.0"/>
1616
</dependentAssembly>
1717
<dependentAssembly>
18-
<assemblyIdentity name="AutoMapper" publicKeyToken="be96cd2c38ef1005" culture="neutral" />
19-
<bindingRedirect oldVersion="0.0.0.0-4.0.4.0" newVersion="4.0.4.0" />
18+
<assemblyIdentity name="AutoMapper" publicKeyToken="be96cd2c38ef1005" culture="neutral"/>
19+
<bindingRedirect oldVersion="0.0.0.0-4.0.4.0" newVersion="4.0.4.0"/>
2020
</dependentAssembly>
2121
<dependentAssembly>
22-
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
23-
<bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0" />
22+
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
23+
<bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0"/>
2424
</dependentAssembly>
2525
</assemblyBinding>
2626
</runtime>
2727
<entityFramework>
2828
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
2929
<parameters>
30-
<parameter value="mssqllocaldb" />
30+
<parameter value="mssqllocaldb"/>
3131
</parameters>
3232
</defaultConnectionFactory>
3333
<providers>
34-
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
34+
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/>
3535
</providers>
3636
</entityFramework>
37-
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /></startup></configuration>
37+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>

src/EventCloud.Core/EventCloud.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>EventCloud</RootNamespace>
1111
<AssemblyName>EventCloud.Core</AssemblyName>
12-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
1515
<RestorePackages>true</RestorePackages>

src/EventCloud.Core/app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/>
2727
</providers>
2828
</entityFramework>
29-
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/></startup></configuration>
29+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>

src/EventCloud.EntityFramework/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
</dependentAssembly>
1818
</assemblyBinding>
1919
</runtime>
20-
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/></startup></configuration>
20+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>

src/EventCloud.EntityFramework/EventCloud.EntityFramework.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>EventCloud</RootNamespace>
1111
<AssemblyName>EventCloud.EntityFramework</AssemblyName>
12-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
1515
<RestorePackages>true</RestorePackages>

src/EventCloud.Web/EventCloud.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<AppDesignerFolder>Properties</AppDesignerFolder>
1414
<RootNamespace>EventCloud.Web</RootNamespace>
1515
<AssemblyName>EventCloud.Web</AssemblyName>
16-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
16+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
1717
<UseIISExpress>true</UseIISExpress>
1818
<IISExpressSSLPort />
1919
<IISExpressAnonymousAuthentication />

src/EventCloud.Web/Web.config

Lines changed: 67 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,36 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0"?>
22
<!--
33
For more information on how to configure your ASP.NET application, please visit
44
http://go.microsoft.com/fwlink/?LinkId=301880
55
-->
66
<configuration>
77
<configSections>
8-
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
8+
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
99
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
1010
</configSections>
1111
<entityFramework>
12-
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
12+
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"/>
1313
<providers>
14-
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
14+
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/>
1515
</providers>
1616
</entityFramework>
1717
<appSettings>
18-
19-
<add key="webpages:Version" value="3.0.0.0" />
20-
<add key="webpages:Enabled" value="false" />
21-
22-
<add key="ClientValidationEnabled" value="true" />
23-
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
24-
25-
<add key="ExternalAuth.Facebook.IsEnabled" value="false" />
26-
<add key="ExternalAuth.Facebook.AppId" value="" />
27-
<add key="ExternalAuth.Facebook.AppSecret" value="" />
28-
29-
<add key="ExternalAuth.Twitter.IsEnabled" value="false" />
30-
<add key="ExternalAuth.Twitter.ConsumerKey" value="" />
31-
<add key="ExternalAuth.Twitter.ConsumerSecret" value="" />
32-
33-
<add key="ExternalAuth.Google.IsEnabled" value="false" />
34-
<add key="ExternalAuth.Google.ClientId" value="" />
35-
<add key="ExternalAuth.Google.ClientSecret" value="" />
36-
18+
<add key="webpages:Version" value="3.0.0.0"/>
19+
<add key="webpages:Enabled" value="false"/>
20+
<add key="ClientValidationEnabled" value="true"/>
21+
<add key="UnobtrusiveJavaScriptEnabled" value="true"/>
22+
<add key="ExternalAuth.Facebook.IsEnabled" value="false"/>
23+
<add key="ExternalAuth.Facebook.AppId" value=""/>
24+
<add key="ExternalAuth.Facebook.AppSecret" value=""/>
25+
<add key="ExternalAuth.Twitter.IsEnabled" value="false"/>
26+
<add key="ExternalAuth.Twitter.ConsumerKey" value=""/>
27+
<add key="ExternalAuth.Twitter.ConsumerSecret" value=""/>
28+
<add key="ExternalAuth.Google.IsEnabled" value="false"/>
29+
<add key="ExternalAuth.Google.ClientId" value=""/>
30+
<add key="ExternalAuth.Google.ClientSecret" value=""/>
3731
</appSettings>
3832
<connectionStrings>
39-
<add name="Default" connectionString="Server=localhost; Database=EventCloud; Trusted_Connection=True;" providerName="System.Data.SqlClient" />
33+
<add name="Default" connectionString="Server=localhost; Database=EventCloud; Trusted_Connection=True;" providerName="System.Data.SqlClient"/>
4034
</connectionStrings>
4135
<!--
4236
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
@@ -47,92 +41,96 @@
4741
</system.Web>
4842
-->
4943
<system.web>
50-
<globalization culture="auto" uiCulture="auto" />
51-
<compilation debug="true" targetFramework="4.5.2" />
52-
<httpRuntime targetFramework="4.5.1" />
53-
<customErrors mode="On" />
44+
<globalization culture="auto" uiCulture="auto"/>
45+
<compilation debug="true" targetFramework="4.6.1">
46+
<assemblies>
47+
<add assembly="System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
48+
</assemblies>
49+
</compilation>
50+
<httpRuntime targetFramework="4.5.1"/>
51+
<customErrors mode="On"/>
5452
</system.web>
5553
<runtime>
5654
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5755
<dependentAssembly>
58-
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
59-
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
56+
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35"/>
57+
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0"/>
6058
</dependentAssembly>
6159
<dependentAssembly>
62-
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
63-
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />
60+
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35"/>
61+
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930"/>
6462
</dependentAssembly>
6563
<dependentAssembly>
66-
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
67-
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
64+
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
65+
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0"/>
6866
</dependentAssembly>
6967
<dependentAssembly>
70-
<assemblyIdentity name="FluentMigrator" publicKeyToken="aacfc7de5acabf05" culture="neutral" />
71-
<bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0" />
68+
<assemblyIdentity name="FluentMigrator" publicKeyToken="aacfc7de5acabf05" culture="neutral"/>
69+
<bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0"/>
7270
</dependentAssembly>
7371
<dependentAssembly>
74-
<assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral" />
75-
<bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" />
72+
<assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral"/>
73+
<bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2"/>
7674
</dependentAssembly>
7775
<dependentAssembly>
78-
<assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
79-
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
76+
<assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
77+
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0"/>
8078
</dependentAssembly>
8179
<dependentAssembly>
82-
<assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
83-
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
80+
<assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
81+
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0"/>
8482
</dependentAssembly>
8583
<dependentAssembly>
86-
<assemblyIdentity name="System.Web.Http.WebHost" publicKeyToken="31bf3856ad364e35" culture="neutral" />
87-
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
84+
<assemblyIdentity name="System.Web.Http.WebHost" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
85+
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0"/>
8886
</dependentAssembly>
8987
<dependentAssembly>
90-
<assemblyIdentity name="AutoMapper" publicKeyToken="be96cd2c38ef1005" culture="neutral" />
91-
<bindingRedirect oldVersion="0.0.0.0-4.0.4.0" newVersion="4.0.4.0" />
88+
<assemblyIdentity name="AutoMapper" publicKeyToken="be96cd2c38ef1005" culture="neutral"/>
89+
<bindingRedirect oldVersion="0.0.0.0-4.0.4.0" newVersion="4.0.4.0"/>
9290
</dependentAssembly>
9391
<dependentAssembly>
94-
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
95-
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
92+
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35"/>
93+
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
9694
</dependentAssembly>
9795
<dependentAssembly>
98-
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
99-
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
96+
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35"/>
97+
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
10098
</dependentAssembly>
10199
<dependentAssembly>
102-
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
103-
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
100+
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/>
101+
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0"/>
104102
</dependentAssembly>
105103
<dependentAssembly>
106-
<assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />
107-
<bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
104+
<assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
105+
<bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0"/>
108106
</dependentAssembly>
109107
<dependentAssembly>
110-
<assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral" />
111-
<bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
108+
<assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
109+
<bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0"/>
112110
</dependentAssembly>
113111
<dependentAssembly>
114-
<assemblyIdentity name="Microsoft.Owin.Security.OAuth" publicKeyToken="31bf3856ad364e35" culture="neutral" />
115-
<bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
112+
<assemblyIdentity name="Microsoft.Owin.Security.OAuth" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
113+
<bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0"/>
116114
</dependentAssembly>
117115
<dependentAssembly>
118-
<assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35" culture="neutral" />
119-
<bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
116+
<assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
117+
<bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0"/>
120118
</dependentAssembly>
121119
</assemblyBinding>
122120
</runtime>
123121
<system.webServer>
124-
<modules runAllManagedModulesForAllRequests="true" />
122+
<modules runAllManagedModulesForAllRequests="true"/>
125123
<staticContent>
126-
<remove fileExtension=".woff" />
127-
<remove fileExtension=".woff2" />
128-
<mimeMap fileExtension=".woff" mimeType="application/font-woff" />
129-
<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
124+
<remove fileExtension=".woff"/>
125+
<remove fileExtension=".woff2"/>
126+
<mimeMap fileExtension=".woff" mimeType="application/font-woff"/>
127+
<mimeMap fileExtension=".woff2" mimeType="application/font-woff2"/>
130128
</staticContent>
131129
<handlers>
132-
<remove name="ExtensionlessUrlHandler-Integrated-4.0" />
133-
<remove name="OPTIONSVerbHandler" />
134-
<remove name="TRACEVerbHandler" />
135-
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
130+
<remove name="ExtensionlessUrlHandler-Integrated-4.0"/>
131+
<remove name="OPTIONSVerbHandler"/>
132+
<remove name="TRACEVerbHandler"/>
133+
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0"/>
136134
</handlers>
137135
</system.webServer>
138136
</configuration>

src/EventCloud.WebApi/EventCloud.WebApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>EventCloud</RootNamespace>
1111
<AssemblyName>EventCloud.WebApi</AssemblyName>
12-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
1515
<RestorePackages>true</RestorePackages>

0 commit comments

Comments
 (0)