Skip to content

Commit f3218f2

Browse files
committed
Downgraded to .net 4.5.
1 parent 90c9145 commit f3218f2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/Rentler.SmartyStreets.Example/Rentler.SmartyStreets.Example.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>Rentler.SmartyStreets.Example</RootNamespace>
1111
<AssemblyName>Rentler.SmartyStreets.Example</AssemblyName>
12-
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15+
<TargetFrameworkProfile />
1516
</PropertyGroup>
1617
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1718
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -52,6 +53,9 @@
5253
<Name>Rentler.SmartyStreets</Name>
5354
</ProjectReference>
5455
</ItemGroup>
56+
<ItemGroup>
57+
<None Include="app.config" />
58+
</ItemGroup>
5559
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5660
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
5761
Other similar extension points exist, see Microsoft.Common.targets.

src/Rentler.SmartyStreets/Rentler.SmartyStreets.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>Rentler.SmartyStreets</RootNamespace>
1111
<AssemblyName>Rentler.SmartyStreets</AssemblyName>
12-
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14+
<TargetFrameworkProfile />
1415
</PropertyGroup>
1516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1617
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)