Skip to content

Commit

Permalink
Update beta and only net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Feb 15, 2024
1 parent bdb90d2 commit cfe7a10
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Build/.nuke/build.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@
"TestLocalResults": {
"type": "boolean"
},
"UnlistNuget": {
"type": "boolean"
},
"Verbosity": {
"type": "string",
"description": "Logging verbosity during build execution. Default is 'Normal'",
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.3.1-alpha</Version>
<Version>0.3.1-beta</Version>
<RevitVersionTests>2021</RevitVersionTests>
<RevitForceOpenClose>true</RevitForceOpenClose>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!-- RevitVersion -->
<PropertyGroup>
<TargetFrameworks>net46;net7.0-windows;net8.0-windows</TargetFrameworks>
<TargetFrameworks>net46;net8.0-windows</TargetFrameworks>
</PropertyGroup>
<Choose>
<When Condition="$(TargetFramework.StartsWith('net4'))">
Expand Down
2 changes: 1 addition & 1 deletion ricaun.Revit.DB.Shape/ricaun.Revit.DB.Shape.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!-- RevitVersion -->
<PropertyGroup>
<TargetFrameworks>net46;net7.0-windows;net8.0-windows</TargetFrameworks>
<TargetFrameworks>net46;net8.0-windows</TargetFrameworks>
</PropertyGroup>
<Choose>
<When Condition="$(TargetFramework.StartsWith('net4'))">
Expand Down
2 changes: 1 addition & 1 deletion ricaun.Revit.DB/ricaun.Revit.DB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!-- RevitVersion -->
<PropertyGroup>
<TargetFrameworks>net46;net7.0-windows;net8.0-windows</TargetFrameworks>
<TargetFrameworks>net46;net8.0-windows</TargetFrameworks>
</PropertyGroup>
<Choose>
<When Condition="$(TargetFramework.StartsWith('net4'))">
Expand Down

0 comments on commit cfe7a10

Please sign in to comment.