Skip to content

Commit 94a9fbc

Browse files
committed
Bump everything up to .NET 4
1 parent 776e4f0 commit 94a9fbc

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

System.IO.Abstractions/System.IO.Abstractions.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>System.IO.Abstractions</RootNamespace>
1212
<AssemblyName>System.IO.Abstractions</AssemblyName>
13-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<FileUpgradeFlags>
1616
</FileUpgradeFlags>
@@ -31,6 +31,7 @@
3131
<IsWebBootstrapper>false</IsWebBootstrapper>
3232
<UseApplicationTrust>false</UseApplicationTrust>
3333
<BootstrapperEnabled>true</BootstrapperEnabled>
34+
<TargetFrameworkProfile />
3435
</PropertyGroup>
3536
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3637
<DebugSymbols>true</DebugSymbols>
@@ -42,6 +43,7 @@
4243
<WarningLevel>4</WarningLevel>
4344
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
4445
<SignAssembly>false</SignAssembly>
46+
<Prefer32Bit>false</Prefer32Bit>
4547
</PropertyGroup>
4648
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4749
<DebugType>pdbonly</DebugType>
@@ -52,6 +54,7 @@
5254
<WarningLevel>4</WarningLevel>
5355
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
5456
<SignAssembly>true</SignAssembly>
57+
<Prefer32Bit>false</Prefer32Bit>
5558
</PropertyGroup>
5659
<PropertyGroup>
5760
<AssemblyOriginatorKeyFile>..\StrongName.pfx</AssemblyOriginatorKeyFile>

TestingHelpers/TestingHelpers.csproj

+5-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<AppDesignerFolder>Properties</AppDesignerFolder>
99
<RootNamespace>System.IO.Abstractions.TestingHelpers</RootNamespace>
1010
<AssemblyName>System.IO.Abstractions.TestingHelpers</AssemblyName>
11-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<FileUpgradeFlags>
1414
</FileUpgradeFlags>
@@ -31,6 +31,7 @@
3131
<BootstrapperEnabled>true</BootstrapperEnabled>
3232
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
3333
<RestorePackages>true</RestorePackages>
34+
<TargetFrameworkProfile />
3435
</PropertyGroup>
3536
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3637
<DebugSymbols>true</DebugSymbols>
@@ -41,6 +42,7 @@
4142
<ErrorReport>prompt</ErrorReport>
4243
<WarningLevel>4</WarningLevel>
4344
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45+
<Prefer32Bit>false</Prefer32Bit>
4446
</PropertyGroup>
4547
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4648
<DebugType>pdbonly</DebugType>
@@ -51,6 +53,7 @@
5153
<WarningLevel>4</WarningLevel>
5254
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
5355
<SignAssembly>true</SignAssembly>
56+
<Prefer32Bit>false</Prefer32Bit>
5457
</PropertyGroup>
5558
<PropertyGroup>
5659
<AssemblyOriginatorKeyFile>..\StrongName.pfx</AssemblyOriginatorKeyFile>
@@ -110,4 +113,4 @@
110113
<Target Name="AfterBuild">
111114
</Target>
112115
-->
113-
</Project>
116+
</Project>

0 commit comments

Comments
 (0)