Skip to content

Commit a4e106c

Browse files
Use .NET 3.0 in Local.props.example
As of bug25552, it's the new minimum required version.
1 parent a7be9b8 commit a4e106c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Local.props.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<PropTargetFramework>v3.5</PropTargetFramework>
4+
<PropTargetFramework>v3.0</PropTargetFramework>
55
<PropAssemblyVersion>0.0.0.0</PropAssemblyVersion>
66
<PropUsingMono>false</PropUsingMono>
77

0 commit comments

Comments
 (0)