File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Facility.CodeGen.JavaScript Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 3
3
<ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
4
4
</PropertyGroup >
5
5
<ItemGroup >
6
- <PackageVersion Include =" Facility.CodeGen.Console" Version =" 2.14 .0" />
7
- <PackageVersion Include =" Facility.Definition" Version =" 2.14 .0" />
6
+ <PackageVersion Include =" Facility.CodeGen.Console" Version =" 2.15 .0" />
7
+ <PackageVersion Include =" Facility.Definition" Version =" 2.15 .0" />
8
8
<PackageVersion Include =" FluentAssertions" Version =" 6.12.0" />
9
9
<PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.10.0" />
10
10
<PackageVersion Include =" NUnit" Version =" 4.1.0" />
Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"facilityconformance" : {
6
- "version" : " 2.29 .0" ,
6
+ "version" : " 2.30 .0" ,
7
7
"commands" : [
8
8
" FacilityConformance"
9
9
],
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2.0;net6.0;net7.0; net8.0</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.0;net8.0</TargetFrameworks >
5
5
<Description >A library that generates JavaScript or TypeScript for a Facility Service Definition.</Description >
6
6
<PackageTags >Facility FSD JavaScript TypeScript CodeGen</PackageTags >
7
7
<IsPackable >true</IsPackable >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFrameworks >net6.0;net7.0; net8.0</TargetFrameworks >
5
+ <TargetFramework > net8.0</TargetFramework >
6
6
<Description >A tool that generates JavaScript or TypeScript for a Facility Service Definition.</Description >
7
7
<PackageTags >Facility FSD JavaScript TypeScript CodeGen</PackageTags >
8
8
<IsPackable >true</IsPackable >
9
9
<PackAsTool >true</PackAsTool >
10
+ <RollForward >Major</RollForward >
10
11
<PackageReadmeFile >README.md</PackageReadmeFile >
11
12
</PropertyGroup >
12
13
You can’t perform that action at this time.
0 commit comments