File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 10
10
<AppDesignerFolder >Properties</AppDesignerFolder >
11
11
<RootNamespace >System.IO.Abstractions</RootNamespace >
12
12
<AssemblyName >System.IO.Abstractions</AssemblyName >
13
- <TargetFrameworkVersion >v3.5 </TargetFrameworkVersion >
13
+ <TargetFrameworkVersion >v4.0 </TargetFrameworkVersion >
14
14
<FileAlignment >512</FileAlignment >
15
15
<FileUpgradeFlags >
16
16
</FileUpgradeFlags >
31
31
<IsWebBootstrapper >false</IsWebBootstrapper >
32
32
<UseApplicationTrust >false</UseApplicationTrust >
33
33
<BootstrapperEnabled >true</BootstrapperEnabled >
34
+ <TargetFrameworkProfile />
34
35
</PropertyGroup >
35
36
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
36
37
<DebugSymbols >true</DebugSymbols >
42
43
<WarningLevel >4</WarningLevel >
43
44
<CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
44
45
<SignAssembly >false</SignAssembly >
46
+ <Prefer32Bit >false</Prefer32Bit >
45
47
</PropertyGroup >
46
48
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
47
49
<DebugType >pdbonly</DebugType >
52
54
<WarningLevel >4</WarningLevel >
53
55
<CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
54
56
<SignAssembly >true</SignAssembly >
57
+ <Prefer32Bit >false</Prefer32Bit >
55
58
</PropertyGroup >
56
59
<PropertyGroup >
57
60
<AssemblyOriginatorKeyFile >..\StrongName.pfx</AssemblyOriginatorKeyFile >
Original file line number Diff line number Diff line change 8
8
<AppDesignerFolder >Properties</AppDesignerFolder >
9
9
<RootNamespace >System.IO.Abstractions.TestingHelpers</RootNamespace >
10
10
<AssemblyName >System.IO.Abstractions.TestingHelpers</AssemblyName >
11
- <TargetFrameworkVersion >v3.5 </TargetFrameworkVersion >
11
+ <TargetFrameworkVersion >v4.0 </TargetFrameworkVersion >
12
12
<FileAlignment >512</FileAlignment >
13
13
<FileUpgradeFlags >
14
14
</FileUpgradeFlags >
31
31
<BootstrapperEnabled >true</BootstrapperEnabled >
32
32
<SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
33
33
<RestorePackages >true</RestorePackages >
34
+ <TargetFrameworkProfile />
34
35
</PropertyGroup >
35
36
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
36
37
<DebugSymbols >true</DebugSymbols >
41
42
<ErrorReport >prompt</ErrorReport >
42
43
<WarningLevel >4</WarningLevel >
43
44
<CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
45
+ <Prefer32Bit >false</Prefer32Bit >
44
46
</PropertyGroup >
45
47
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
46
48
<DebugType >pdbonly</DebugType >
51
53
<WarningLevel >4</WarningLevel >
52
54
<CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
53
55
<SignAssembly >true</SignAssembly >
56
+ <Prefer32Bit >false</Prefer32Bit >
54
57
</PropertyGroup >
55
58
<PropertyGroup >
56
59
<AssemblyOriginatorKeyFile >..\StrongName.pfx</AssemblyOriginatorKeyFile >
110
113
<Target Name="AfterBuild">
111
114
</Target>
112
115
-->
113
- </Project >
116
+ </Project >
You can’t perform that action at this time.
0 commit comments