Skip to content

Commit

Permalink
Fix build for #369
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllabar committed Mar 30, 2023
1 parent 0eae332 commit 1267b43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"camelCaseClassNames": false,
"camelCaseMemberNames": false,
"camelCaseNamesDictionaryRelativePath": "DLaB.EarlyBoundGenerator\\DLaB.Dictionary.txt",
"createOneFilePerAction": false,
"createOneFilePerMessage": false,
"createOneFilePerEntity": false,
"createOneFilePerOptionSet": false,
"deleteFilesFromOutputFolders": false,
"generateActionAttributeNameConsts": false,
"generateMessageAttributeNameConsts": false,
"generateAttributeNameConsts": false,
"generateAnonymousTypeConstructor": true,
"generateConstructorsSansLogicalName": false,
Expand All @@ -28,7 +28,7 @@
"invalidCSharpNamePrefix": "_",
"makeAllFieldsEditable": false,
"makeReadonlyFieldsEditable": false,
"makeResponseActionsEditable": false,
"makeResponseMessagesEditable": false,
"localOptionSetFormat": "{0}_{1}",
"readSerializedMetadata": false,
"removeRuntimeVersionComment": true,
Expand Down
2 changes: 1 addition & 1 deletion References/SetAssemblyVersion.exe.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<appSettings>
<add key="VersionOverride" value="2023.3.12"/>
<add key="VersionOverride" value="1.2023.3.12"/>
</appSettings>
</configuration>

0 comments on commit 1267b43

Please sign in to comment.