Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Csproj ¶
type ItemGroup ¶
type ItemGroup struct { ProjectReferences []ProjectReference `xml:"ProjectReference,omitempty"` PackageReferences []PackageReference `xml:"PackageReference"` }
type PackageReference ¶
type ProjectReference ¶
type ProjectReference struct {
Include string `xml:"Include,attr,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.