We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743b800 commit 7ba3ea7Copy full SHA for 7ba3ea7
2 files changed
src/Directory.Build.props
@@ -6,7 +6,7 @@
6
<Import Project=".\SourceLink.targets" />
7
8
<PropertyGroup>
9
- <Version>9.0.0</Version>
+ <Version>10.0.0</Version>
10
</PropertyGroup>
11
12
@@ -22,7 +22,7 @@
22
23
24
25
- <BBVersion>9.0.0</BBVersion>
+ <BBVersion>10.0.0</BBVersion>
26
27
28
<ItemGroup>
src/Frameworks.props
@@ -1,10 +1,6 @@
1
<Project>
2
3
- <PropertyGroup Condition="'$(VisualStudioVersion)' == '17.0'">
4
- <TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
5
- </PropertyGroup>
-
- <PropertyGroup Condition="'$(VisualStudioVersion)' == '18.0'">
+ <PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0;net10.0</TargetFrameworks>
0 commit comments