Skip to content

Commit 9c7f6e4

Browse files
author
Beernaert Robbe
committed
things suddenly seem to work
1 parent facb727 commit 9c7f6e4

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

modules/vstudio/tests/cs2005/test_dotnetsdk.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--
22
-- tests/actions/vstudio/cs2005/test_dotnetsdk.lua
33
-- Test DotnetSDK feature Visual Studio 2005+ C# project.
4-
-- Copyright (c) 2012-2024 Jason Perkins and the Premake project
4+
-- Copyright (c) 2012-2025 Jason Perkins and the Premake project
55
--
66
local p = premake
77
local suite = test.declare("vstudio_cs2005_dotnetsdk")

src/base/api.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,6 @@
267267
for i, item in ipairs(field.allowed) do
268268
if type(item) == "string" then
269269
field.allowed[item:lower()] = item
270-
elseif type(item) == "function" then
271-
field.allowed["_function_" .. i .."_"] = item
272270
end
273271
end
274272
end

website/docs/dotnetsdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dotnetsdk "SDK"
66

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

9-
## parameters ##
9+
## Parameters ##
1010
`SDK` is one of:
1111

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

2424
### Availability ###
2525

26-
Premake 5.0 beta4 or later.
26+
Premake 5.0 beta5 or later.
2727

2828
Visual studio is the only toolset currently supported.
2929

0 commit comments

Comments
 (0)