Skip to content

Commit

Permalink
things suddenly seem to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Beernaert Robbe committed Jan 5, 2025
1 parent facb727 commit 9c7f6e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/vstudio/tests/cs2005/test_dotnetsdk.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--
-- tests/actions/vstudio/cs2005/test_dotnetsdk.lua
-- Test DotnetSDK feature Visual Studio 2005+ C# project.
-- Copyright (c) 2012-2024 Jason Perkins and the Premake project
-- Copyright (c) 2012-2025 Jason Perkins and the Premake project
--
local p = premake
local suite = test.declare("vstudio_cs2005_dotnetsdk")
Expand Down
2 changes: 0 additions & 2 deletions src/base/api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,6 @@
for i, item in ipairs(field.allowed) do
if type(item) == "string" then
field.allowed[item:lower()] = item
elseif type(item) == "function" then
field.allowed["_function_" .. i .."_"] = item
end
end
end
Expand Down
4 changes: 2 additions & 2 deletions website/docs/dotnetsdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dotnetsdk "SDK"

For more information see the MSDN documentation [here](https://learn.microsoft.com/en-us/dotnet/core/project-sdk/overview)

## parameters ##
## Parameters ##
`SDK` is one of:

* [Default](https://learn.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props)
Expand All @@ -23,7 +23,7 @@ Project configurations.

### Availability ###

Premake 5.0 beta4 or later.
Premake 5.0 beta5 or later.

Visual studio is the only toolset currently supported.

Expand Down

0 comments on commit 9c7f6e4

Please sign in to comment.