File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
modules/vstudio/tests/cs2005 Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 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" )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dotnetsdk "SDK"
66
77For 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
2828Visual studio is the only toolset currently supported.
2929
You can’t perform that action at this time.
0 commit comments